aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r--net/sunrpc/rpc_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c
index 60564bcb8067..63a7a7add21e 100644
--- a/net/sunrpc/rpc_pipe.c
+++ b/net/sunrpc/rpc_pipe.c
@@ -953,7 +953,7 @@ static void rpc_cachedir_depopulate(struct dentry *dentry)
953} 953}
954 954
955struct dentry *rpc_create_cache_dir(struct dentry *parent, struct qstr *name, 955struct dentry *rpc_create_cache_dir(struct dentry *parent, struct qstr *name,
956 mode_t umode, struct cache_detail *cd) 956 umode_t umode, struct cache_detail *cd)
957{ 957{
958 return rpc_mkdir_populate(parent, name, umode, NULL, 958 return rpc_mkdir_populate(parent, name, umode, NULL,
959 rpc_cachedir_populate, cd); 959 rpc_cachedir_populate, cd);