diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-25 00:35:13 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:04 -0500 |
commit | 64f1426f3c4f8dde9ac9bf3f3b19b88d17f2bae6 (patch) | |
tree | ad4bcf7649654666d611cb65018ce484b108bfb0 /net/sunrpc/rpc_pipe.c | |
parent | a760b03dc0ac4c9663577ca45de5e0fe1c35dc13 (diff) | |
download | op-kernel-dev-64f1426f3c4f8dde9ac9bf3f3b19b88d17f2bae6.zip op-kernel-dev-64f1426f3c4f8dde9ac9bf3f3b19b88d17f2bae6.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 60564bc..63a7a7a 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); |