orangefs: make wait_for_...downcall() static

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
Al Viro
2016-01-21 22:58:58 -05:00
committed by Mike Marshall
parent e07db0a2c2
commit b7ae37b09e
2 changed files with 2 additions and 4 deletions

View File

@@ -474,8 +474,6 @@ void purge_inprogress_ops(void);
/*
* defined in waitqueue.c
*/
int wait_for_matching_downcall(struct orangefs_kernel_op_s *op);
int wait_for_cancellation_downcall(struct orangefs_kernel_op_s *op);
void purge_waiting_ops(void);
/*