aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-07-25 00:35:13 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:55:04 -0500
commit64f1426f3c4f8dde9ac9bf3f3b19b88d17f2bae6 (patch)
treead4bcf7649654666d611cb65018ce484b108bfb0 /net/sunrpc/rpc_pipe.c
parentaffs: propagate umode_t (diff)
downloadlinux-dev-64f1426f3c4f8dde9ac9bf3f3b19b88d17f2bae6.tar.xz
linux-dev-64f1426f3c4f8dde9ac9bf3f3b19b88d17f2bae6.zip
sunrpc: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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)
}
struct dentry *rpc_create_cache_dir(struct dentry *parent, struct qstr *name,
- mode_t umode, struct cache_detail *cd)
+ umode_t umode, struct cache_detail *cd)
{
return rpc_mkdir_populate(parent, name, umode, NULL,
rpc_cachedir_populate, cd);