aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfsctl.c3
-rw-r--r--fs/nfsd/stats.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
index 9690cb4dd588..e7787777620e 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/nfsctl.c
@@ -158,7 +158,6 @@ static const struct file_operations exports_proc_operations = {
158 .read = seq_read, 158 .read = seq_read,
159 .llseek = seq_lseek, 159 .llseek = seq_lseek,
160 .release = seq_release, 160 .release = seq_release,
161 .owner = THIS_MODULE,
162}; 161};
163 162
164static int exports_nfsd_open(struct inode *inode, struct file *file) 163static int exports_nfsd_open(struct inode *inode, struct file *file)
@@ -171,7 +170,6 @@ static const struct file_operations exports_nfsd_operations = {
171 .read = seq_read, 170 .read = seq_read,
172 .llseek = seq_lseek, 171 .llseek = seq_lseek,
173 .release = seq_release, 172 .release = seq_release,
174 .owner = THIS_MODULE,
175}; 173};
176 174
177static int export_features_show(struct seq_file *m, void *v) 175static int export_features_show(struct seq_file *m, void *v)
@@ -217,7 +215,6 @@ static const struct file_operations pool_stats_operations = {
217 .read = seq_read, 215 .read = seq_read,
218 .llseek = seq_lseek, 216 .llseek = seq_lseek,
219 .release = nfsd_pool_stats_release, 217 .release = nfsd_pool_stats_release,
220 .owner = THIS_MODULE,
221}; 218};
222 219
223static struct file_operations reply_cache_stats_operations = { 220static struct file_operations reply_cache_stats_operations = {
diff --git a/fs/nfsd/stats.c b/fs/nfsd/stats.c
index cd90878a76aa..d97338bb6a39 100644
--- a/fs/nfsd/stats.c
+++ b/fs/nfsd/stats.c
@@ -84,7 +84,6 @@ static int nfsd_proc_open(struct inode *inode, struct file *file)
84} 84}
85 85
86static const struct file_operations nfsd_proc_fops = { 86static const struct file_operations nfsd_proc_fops = {
87 .owner = THIS_MODULE,
88 .open = nfsd_proc_open, 87 .open = nfsd_proc_open,
89 .read = seq_read, 88 .read = seq_read,
90 .llseek = seq_lseek, 89 .llseek = seq_lseek,