X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsunrpc%2Fcache.c;h=01c3c41052048253b309946d62b9d7c65afea0e3;hb=d7f5e3df3574c6e38b99f5fe22f15540b2b9811d;hp=543b085ae2c188300d43105262ec22653cc32017;hpb=a205752d1ad2d37d6597aaae5a56fc396a770868;p=linux-2.6 diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index 543b085ae2..01c3c41052 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c @@ -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,