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 89273d35e0cc..081282878152 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -589,7 +589,7 @@ __rpc_mkdir(struct inode *dir, struct dentry *dentry) | |||
589 | { | 589 | { |
590 | struct inode *inode; | 590 | struct inode *inode; |
591 | 591 | ||
592 | inode = rpc_get_inode(dir->i_sb, S_IFDIR | S_IRUSR | S_IXUSR); | 592 | inode = rpc_get_inode(dir->i_sb, S_IFDIR | S_IRUGO | S_IXUGO); |
593 | if (!inode) | 593 | if (!inode) |
594 | goto out_err; | 594 | goto out_err; |
595 | inode->i_ino = iunique(dir->i_sb, 100); | 595 | inode->i_ino = iunique(dir->i_sb, 100); |