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
|
@ -55,7 +55,7 @@ extern int rpc_remove_client_dir(struct dentry *);
|
|||
struct cache_detail;
|
||||
extern struct dentry *rpc_create_cache_dir(struct dentry *,
|
||||
struct qstr *,
|
||||
mode_t umode,
|
||||
umode_t umode,
|
||||
struct cache_detail *);
|
||||
extern void rpc_remove_cache_dir(struct dentry *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue