diff --git a/[refs] b/[refs] index a4f1ac7b6745..3819d03edebe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 266533c6df7a4a4e2ebd0bfdd272f7eb7cf4b81f +refs/heads/master: ec1686761753ead775e9474a6265323a4c555bc6 diff --git a/trunk/net/sunrpc/cache.c b/trunk/net/sunrpc/cache.c index 9afa4393c217..9f8470353362 100644 --- a/trunk/net/sunrpc/cache.c +++ b/trunk/net/sunrpc/cache.c @@ -1614,7 +1614,7 @@ static int create_cache_proc_entries(struct cache_detail *cd, struct net *net) goto out_nomem; } if (cd->cache_show) { - p = proc_create_data("content", S_IFREG|S_IRUSR|S_IWUSR, + p = proc_create_data("content", S_IFREG|S_IRUSR, cd->u.procfs.proc_ent, &content_file_operations_procfs, cd); cd->u.procfs.content_ent = p;