Skip to content

Commit

Permalink
orangefs: make debug_help_fops static
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
  • Loading branch information
hubcapsc committed Jun 1, 2018
1 parent 8a6080f commit 3cf796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/orangefs/orangefs-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3cf796a

Please sign in to comment.