提交 e07db0a2 编写于 作者: A Al Viro 提交者: Mike Marshall

make orangefs_clean_up_interrupted_operation() static

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NMike Marshall <hubcap@omnibond.com>
上级 1264ddfd
...@@ -476,7 +476,6 @@ void purge_inprogress_ops(void); ...@@ -476,7 +476,6 @@ void purge_inprogress_ops(void);
*/ */
int wait_for_matching_downcall(struct orangefs_kernel_op_s *op); int wait_for_matching_downcall(struct orangefs_kernel_op_s *op);
int wait_for_cancellation_downcall(struct orangefs_kernel_op_s *op); int wait_for_cancellation_downcall(struct orangefs_kernel_op_s *op);
void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op);
void purge_waiting_ops(void); void purge_waiting_ops(void);
/* /*
......
...@@ -296,7 +296,7 @@ static inline void remove_op_from_request_list(struct orangefs_kernel_op_s *op) ...@@ -296,7 +296,7 @@ static inline void remove_op_from_request_list(struct orangefs_kernel_op_s *op)
spin_unlock(&orangefs_request_list_lock); spin_unlock(&orangefs_request_list_lock);
} }
void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op) static void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op)
{ {
/* /*
* handle interrupted cases depending on what state we were in when * handle interrupted cases depending on what state we were in when
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册