Correct nr_processes() when CPUs have been unplugged
[safe/jmp/linux-2.6] / kernel / lockdep_proc.c
index d4b3dbc..d4aba4f 100644 (file)
@@ -594,7 +594,7 @@ static int ls_show(struct seq_file *m, void *v)
        return 0;
 }
 
-static struct seq_operations lockstat_ops = {
+static const struct seq_operations lockstat_ops = {
        .start  = ls_start,
        .next   = ls_next,
        .stop   = ls_stop,