提交 3cf796af 编写于 作者: M Mike Marshall

orangefs: make debug_help_fops static

Signed-off-by: NMike Marshall <hubcap@omnibond.com>
上级 8a6080f5
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册