sunrpc: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a760b03dc0
commit
64f1426f3c
4 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue