summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/pvfs2-debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/orangefs/pvfs2-debugfs.c')
-rw-r--r--fs/orangefs/pvfs2-debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/pvfs2-debugfs.c b/fs/orangefs/pvfs2-debugfs.c
index 8d118da9b88f..ba5bfef7a3f3 100644
--- a/fs/orangefs/pvfs2-debugfs.c
+++ b/fs/orangefs/pvfs2-debugfs.c
@@ -70,7 +70,7 @@ static const struct seq_operations help_debug_ops = {
* Used to protect data in ORANGEFS_KMOD_DEBUG_FILE and
* ORANGEFS_KMOD_DEBUG_FILE.
*/
-DEFINE_MUTEX(orangefs_debug_lock);
+static DEFINE_MUTEX(orangefs_debug_lock);
int orangefs_debug_open(struct inode *, struct file *);