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
|
@ -1778,7 +1778,7 @@ const struct file_operations cache_flush_operations_pipefs = {
|
|||
};
|
||||
|
||||
int sunrpc_cache_register_pipefs(struct dentry *parent,
|
||||
const char *name, mode_t umode,
|
||||
const char *name, umode_t umode,
|
||||
struct cache_detail *cd)
|
||||
{
|
||||
struct qstr q;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue