Commit ade3d781 authored by Al Viro's avatar Al Viro Committed by Mike Marshall

orangefs: make wait_for_...downcall() static

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarMike Marshall <hubcap@omnibond.com>
parent 831d0949
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment