]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/nfsd/export.c
seq_file: constify seq_operations
[net-next-2.6.git] / fs / nfsd / export.c
index 984a5ebcc1d68af8d9ab98f7e443e981c7d5eca7..c1c9e035d4a4777e483872ed82ae4b68056c49b1 100644 (file)
@@ -1517,7 +1517,7 @@ static int e_show(struct seq_file *m, void *p)
        return svc_export_show(m, &svc_export_cache, cp);
 }
 
-struct seq_operations nfs_exports_op = {
+const struct seq_operations nfs_exports_op = {
        .start  = e_start,
        .next   = e_next,
        .stop   = e_stop,