diff options
Diffstat (limited to 'net')
-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 8dd81535e08f..3fdacaf5c708 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -887,7 +887,7 @@ static const struct rpc_filelist cache_pipefs_files[3] = { | |||
887 | [0] = { | 887 | [0] = { |
888 | .name = "channel", | 888 | .name = "channel", |
889 | .i_fop = &cache_file_operations_pipefs, | 889 | .i_fop = &cache_file_operations_pipefs, |
890 | .mode = S_IFIFO|S_IRUSR|S_IWUSR, | 890 | .mode = S_IFREG|S_IRUSR|S_IWUSR, |
891 | }, | 891 | }, |
892 | [1] = { | 892 | [1] = { |
893 | .name = "content", | 893 | .name = "content", |