summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-kernel.h
diff options
context:
space:
mode:
authorMartin Brandenburg2016-08-15 21:21:16 +0200
committerMartin Brandenburg2016-08-15 21:21:16 +0200
commita0fe051592f1d31db491bb6cdcc87f512c5b6eaa (patch)
treec3e7dea204c55cd39022de2555eb553944863c1f /fs/orangefs/orangefs-kernel.h
parentorangefs: describe organization of sysfs (diff)
downloadkernel-qcow2-linux-a0fe051592f1d31db491bb6cdcc87f512c5b6eaa.tar.gz
kernel-qcow2-linux-a0fe051592f1d31db491bb6cdcc87f512c5b6eaa.tar.xz
kernel-qcow2-linux-a0fe051592f1d31db491bb6cdcc87f512c5b6eaa.zip
orangefs: make devreq_mutex static
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
-rw-r--r--fs/orangefs/orangefs-kernel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h
index 67d391c85465..e1b50a11bc5f 100644
--- a/fs/orangefs/orangefs-kernel.h
+++ b/fs/orangefs/orangefs-kernel.h
@@ -510,7 +510,6 @@ bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op);
int orangefs_normalize_to_errno(__s32 error_code);
-extern struct mutex devreq_mutex;
extern struct mutex request_mutex;
extern int debug;
extern int op_timeout_secs;