]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
orangefs: make debug_help_fops static
authorMike Marshall <hubcap@omnibond.com>
Fri, 1 Jun 2018 17:46:18 +0000 (13:46 -0400)
committerMike Marshall <hubcap@omnibond.com>
Fri, 1 Jun 2018 18:51:45 +0000 (14:51 -0400)
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/orangefs-debugfs.c

index 6e35f2f3c897b5da12ae115ef7642de3e0030b57..0732cb08173e9ba73f744f646b58f48dbc9634e1 100644 (file)
@@ -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,