projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6080f
)
orangefs: make debug_help_fops static
author
Mike Marshall
<hubcap@omnibond.com>
Fri, 1 Jun 2018 17:46:18 +0000
(13:46 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/fs/orangefs/orangefs-debugfs.c
b/fs/orangefs/orangefs-debugfs.c
index
6e35f2f
..
0732cb0
100644
(file)
--- 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,