projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831d094
)
orangefs: make wait_for_...downcall() static
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 22 Jan 2016 03:58:58 +0000
(22:58 -0500)
committer
Mike Marshall
<hubcap@omnibond.com>
Sat, 23 Jan 2016 17:48:02 +0000
(12:48 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/waitqueue.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/waitqueue.c
b/fs/orangefs/waitqueue.c
index 641de05fa7392a0a30aafb4335c37b981bf22922..a257891dd3ea612a0aa9207dbf980a7d1f1abe4b 100644
(file)
--- 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.