aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sunrpc/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c
index 9afa4393c217..9f8470353362 100644
--- a/net/sunrpc/cache.c
+++ b/net/sunrpc/cache.c
@@ -1614,7 +1614,7 @@ static int create_cache_proc_entries(struct cache_detail *cd, struct net *net)
1614 goto out_nomem; 1614 goto out_nomem;
1615 } 1615 }
1616 if (cd->cache_show) { 1616 if (cd->cache_show) {
1617 p = proc_create_data("content", S_IFREG|S_IRUSR|S_IWUSR, 1617 p = proc_create_data("content", S_IFREG|S_IRUSR,
1618 cd->u.procfs.proc_ent, 1618 cd->u.procfs.proc_ent,
1619 &content_file_operations_procfs, cd); 1619 &content_file_operations_procfs, cd);
1620 cd->u.procfs.content_ent = p; 1620 cd->u.procfs.content_ent = p;