seq_file: constify seq_operations
[safe/jmp/linux-2.6] / fs / nfsd / export.c
index 984a5eb..c1c9e03 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,