seq_file: constify seq_operations
[deliverable/linux.git] / fs / ocfs2 / dlm / dlmdebug.c
index df52f706f66971026b2f09ae0f978a8ba17858f7..c5c88124096df424fdb6d248512f239b7d87a2b1 100644 (file)
@@ -683,7 +683,7 @@ static int lockres_seq_show(struct seq_file *s, void *v)
        return 0;
 }
 
-static struct seq_operations debug_lockres_ops = {
+static const struct seq_operations debug_lockres_ops = {
        .start =        lockres_seq_start,
        .stop =         lockres_seq_stop,
        .next =         lockres_seq_next,
This page took 0.038293 seconds and 5 git commands to generate.