summarylogtreecommitdiffstats
path: root/0023-rx-Add-static-attribute-to-internal-functions.patch
diff options
context:
space:
mode:
Diffstat (limited to '0023-rx-Add-static-attribute-to-internal-functions.patch')
-rw-r--r--0023-rx-Add-static-attribute-to-internal-functions.patch11
1 files changed, 8 insertions, 3 deletions
diff --git a/0023-rx-Add-static-attribute-to-internal-functions.patch b/0023-rx-Add-static-attribute-to-internal-functions.patch
index 4b4736ce91c5..7145f3be39f8 100644
--- a/0023-rx-Add-static-attribute-to-internal-functions.patch
+++ b/0023-rx-Add-static-attribute-to-internal-functions.patch
@@ -1,7 +1,7 @@
-From 5c40a30514681080a304c9a284e991371ad33689 Mon Sep 17 00:00:00 2001
+From 4c92936aefede187e57a9a433c0c192af2fc5e84 Mon Sep 17 00:00:00 2001
From: Cheyenne Wills <cwills@sinenomine.net>
Date: Fri, 12 Jan 2024 15:30:23 -0700
-Subject: [PATCH 23/29] rx: Add static attribute to internal functions
+Subject: [PATCH 23/32] rx: Add static attribute to internal functions
When building against a Linux 6.8 kernel, functions that are missing
prototypes or declarations are flagged.
@@ -27,6 +27,11 @@ Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 55adceba2d561ec4e89235de329782a68e603a11)
Change-Id: I1b2a6e1c07bd4b75b7b83e177f17865eb903e488
+Reviewed-on: https://gerrit.openafs.org/15701
+Tested-by: BuildBot <buildbot@rampaginggeek.com>
+Reviewed-by: Andrew Deason <adeason@sinenomine.net>
+Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
+Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
---
src/rx/rx.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
@@ -72,5 +77,5 @@ index aaec60907..d6c52c369 100644
{
rpc_stat->invocations = 0;
--
-2.44.0
+2.45.1