From: Al Viro Date: Fri, 22 Jan 2016 03:58:58 +0000 (-0500) Subject: orangefs: make wait_for_...downcall() static X-Git-Tag: v4.6-rc1~2^2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ade3d78104e08809569acef37dc905066d320726;p=thirdparty%2Fkernel%2Flinux.git orangefs: make wait_for_...downcall() static Signed-off-by: Al Viro Signed-off-by: Mike Marshall --- diff --git a/fs/orangefs/waitqueue.c b/fs/orangefs/waitqueue.c index 641de05fa7392..a257891dd3ea6 100644 --- a/fs/orangefs/waitqueue.c +++ b/fs/orangefs/waitqueue.c @@ -16,6 +16,9 @@ #include "orangefs-kernel.h" #include "orangefs-bufmap.h" +static int wait_for_cancellation_downcall(struct orangefs_kernel_op_s *); +static int wait_for_matching_downcall(struct orangefs_kernel_op_s *); + /* * What we do in this function is to walk the list of operations that are * present in the request queue and mark them as purged.