From a0fe051592f1d31db491bb6cdcc87f512c5b6eaa Mon Sep 17 00:00:00 2001 From: Martin Brandenburg Date: Mon, 15 Aug 2016 15:21:16 -0400 Subject: orangefs: make devreq_mutex static Signed-off-by: Martin Brandenburg --- fs/orangefs/devorangefs-req.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/orangefs/devorangefs-req.c') diff --git a/fs/orangefs/devorangefs-req.c b/fs/orangefs/devorangefs-req.c index 6779cb7b747e..a5c76583dffa 100644 --- a/fs/orangefs/devorangefs-req.c +++ b/fs/orangefs/devorangefs-req.c @@ -20,6 +20,8 @@ static int open_access_count; +static DEFINE_MUTEX(devreq_mutex); + #define DUMP_DEVICE_ERROR() \ do { \ gossip_err("*****************************************************\n");\ -- cgit v1.2.3