diff options
-rw-r--r-- | fs/orangefs/orangefs-debugfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/orangefs/orangefs-debugfs.c b/fs/orangefs/orangefs-debugfs.c index d484068ca716..38887cc5577f 100644 --- a/fs/orangefs/orangefs-debugfs.c +++ b/fs/orangefs/orangefs-debugfs.c | |||
@@ -114,6 +114,7 @@ static const struct seq_operations help_debug_ops = { | |||
114 | }; | 114 | }; |
115 | 115 | ||
116 | const struct file_operations debug_help_fops = { | 116 | const struct file_operations debug_help_fops = { |
117 | .owner = THIS_MODULE, | ||
117 | .open = orangefs_debug_help_open, | 118 | .open = orangefs_debug_help_open, |
118 | .read = seq_read, | 119 | .read = seq_read, |
119 | .release = seq_release, | 120 | .release = seq_release, |
@@ -121,6 +122,7 @@ const struct file_operations debug_help_fops = { | |||
121 | }; | 122 | }; |
122 | 123 | ||
123 | static const struct file_operations kernel_debug_fops = { | 124 | static const struct file_operations kernel_debug_fops = { |
125 | .owner = THIS_MODULE, | ||
124 | .open = orangefs_debug_open, | 126 | .open = orangefs_debug_open, |
125 | .read = orangefs_debug_read, | 127 | .read = orangefs_debug_read, |
126 | .write = orangefs_debug_write, | 128 | .write = orangefs_debug_write, |