]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sunrpc/cache.c
[NET]: Make all initialized struct seq_operations const.
[net-next-2.6.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,