diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-22 04:58:58 +0100 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-01-23 18:42:43 +0100 |
commit | b7ae37b09e069a5d8d604caabd6675456a0d89fc (patch) | |
tree | 46b04a5a7fde8a7834513295b70a7c555d37712c /fs/orangefs/orangefs-kernel.h | |
parent | make orangefs_clean_up_interrupted_operation() static (diff) | |
download | linux-b7ae37b09e069a5d8d604caabd6675456a0d89fc.tar.xz linux-b7ae37b09e069a5d8d604caabd6675456a0d89fc.zip |
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/orangefs-kernel.h')
-rw-r--r-- | fs/orangefs/orangefs-kernel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h index d78f3852bc4d..825545a7d167 100644 --- a/fs/orangefs/orangefs-kernel.h +++ b/fs/orangefs/orangefs-kernel.h @@ -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); /* |