diff options
Diffstat (limited to 'fs/nfsd/export.c')
-rw-r--r-- | fs/nfsd/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index 984a5ebcc1d6..c1c9e035d4a4 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c | |||
@@ -1517,7 +1517,7 @@ static int e_show(struct seq_file *m, void *p) | |||
1517 | return svc_export_show(m, &svc_export_cache, cp); | 1517 | return svc_export_show(m, &svc_export_cache, cp); |
1518 | } | 1518 | } |
1519 | 1519 | ||
1520 | struct seq_operations nfs_exports_op = { | 1520 | const struct seq_operations nfs_exports_op = { |
1521 | .start = e_start, | 1521 | .start = e_start, |
1522 | .next = e_next, | 1522 | .next = e_next, |
1523 | .stop = e_stop, | 1523 | .stop = e_stop, |