diff options
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 2 |
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 | ||
955 | struct dentry *rpc_create_cache_dir(struct dentry *parent, struct qstr *name, | 955 | struct 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); |