commit | 84d02150dea7571dc32176e35d65eecde82631a9 | [log] [tgz] |
---|---|---|
author | Mike Marshall <hubcap@omnibond.com> | Tue Jul 28 13:27:51 2015 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Sat Oct 03 11:40:02 2015 -0400 |
tree | 0d2fe61c71db6eee07f7610eaf6d681f6dec56f3 | |
parent | 2c590d5fb6987e6579a82285b742a318cc1fdb50 [diff] [blame] |
Orangefs: sooth most sparse complaints Signed-off-by: Mike Marshall <hubcap@omnibond.com>
diff --git a/fs/orangefs/pvfs2-debugfs.c b/fs/orangefs/pvfs2-debugfs.c index 8d118da..ba5bfef 100644 --- a/fs/orangefs/pvfs2-debugfs.c +++ b/fs/orangefs/pvfs2-debugfs.c
@@ -70,7 +70,7 @@ * 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 *);