summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2018-06-01 13:46:18 -0400
committerMike Marshall <hubcap@omnibond.com>2018-06-01 14:51:45 -0400
commit3cf796afedbbbf880c523707e4d57ba4a1cee5d4 (patch)
tree3ec74e596ea7917727c3ca4946396cdae9ad84c8 /fs
parent8a6080f574b172f4d0916f69c52d3a157d355f9c (diff)
downloadlinux-0-day-3cf796afedbbbf880c523707e4d57ba4a1cee5d4.tar.gz
linux-0-day-3cf796afedbbbf880c523707e4d57ba4a1cee5d4.tar.xz
orangefs: make debug_help_fops static
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/orangefs/orangefs-debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-debugfs.c b/fs/orangefs/orangefs-debugfs.c
index 6e35f2f3c897b..0732cb08173e9 100644
--- a/fs/orangefs/orangefs-debugfs.c
+++ b/fs/orangefs/orangefs-debugfs.c
@@ -114,7 +114,7 @@ static const struct seq_operations help_debug_ops = {
.show = help_show,
};
-const struct file_operations debug_help_fops = {
+static const struct file_operations debug_help_fops = {
.owner = THIS_MODULE,
.open = orangefs_debug_help_open,
.read = seq_read,