summaryrefslogtreecommitdiff
path: root/fs/orangefs/waitqueue.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-01-21 22:58:58 -0500
committerMike Marshall <hubcap@omnibond.com>2016-01-23 12:48:02 -0500
commitade3d78104e08809569acef37dc905066d320726 (patch)
tree1f6693000dbac668417037efc48f4ba93808c954 /fs/orangefs/waitqueue.c
parent831d0949799be75ed84c1c6a4541ebcd74edba6c (diff)
orangefs: make wait_for_...downcall() static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/waitqueue.c')
-rw-r--r--fs/orangefs/waitqueue.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/orangefs/waitqueue.c b/fs/orangefs/waitqueue.c
index 641de05fa739..a257891dd3ea 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.