diff options
Diffstat (limited to 'net/sunrpc/cache.c')
| -rw-r--r-- | net/sunrpc/cache.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index 72ad836e4fe..03b56bc3b65 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c @@ -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;  |