From: Al Viro Date: Fri, 22 Jan 2016 03:58:58 +0000 (-0500) Subject: orangefs: make wait_for_...downcall() static X-Git-Tag: v5.15~13906^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ade3d78104e08809569acef37dc905066d320726;p=platform%2Fkernel%2Flinux-starfive.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 641de05..a257891 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.