瀏覽代碼

orangefs: make debug_help_fops static

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Mike Marshall 7 年之前
父節點
當前提交
3cf796afed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/orangefs/orangefs-debugfs.c

+ 1 - 1
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,