[NET]: Make all initialized struct seq_operations const.
[deliverable/linux.git] / net / sunrpc / cache.c
index 543b085ae2c188300d43105262ec22653cc32017..01c3c41052048253b309946d62b9d7c65afea0e3 100644 (file)
@@ -1210,7 +1210,7 @@ static int c_show(struct seq_file *m, void *p)
        return cd->cache_show(m, cd, cp);
 }
 
-static struct seq_operations cache_content_op = {
+static const struct seq_operations cache_content_op = {
        .start  = c_start,
        .next   = c_next,
        .stop   = c_stop,
This page took 0.02359 seconds and 5 git commands to generate.