]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/sunrpc/rpc_pipe.c
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
[mv-sheeva.git] / net / sunrpc / rpc_pipe.c
index e1fad77a2257bf47fc83e36ded07abd79737edf7..9b9ea5045569196947565d700f62672763b146f1 100644 (file)
@@ -589,7 +589,7 @@ __rpc_mkdir(struct inode *dir, struct dentry *dentry)
 {
        struct inode *inode;
 
-       inode = rpc_get_inode(dir->i_sb, S_IFDIR | S_IRUSR | S_IXUSR);
+       inode = rpc_get_inode(dir->i_sb, S_IFDIR | S_IRUGO | S_IXUGO);
        if (!inode)
                goto out_err;
        inode->i_ino = iunique(dir->i_sb, 100);