Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308615
b: refs/heads/master
c: 7e450b4
h: refs/heads/master
i:
  308613: 1eedf43
  308611: 46b1a3e
  308607: 1b9db5b
v: v3
  • Loading branch information
Jeff Layton authored and Trond Myklebust committed May 16, 2012
1 parent abbb783 commit d9f52ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 981f9face8fc21bede7b7a56a7cf6c176da5ab05
refs/heads/master: 7e450b4e47d14429d0cc17cf4ce389fc027937be
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/rpc_pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ rpc_fill_super(struct super_block *sb, void *data, int silent)
sb->s_op = &s_ops;
sb->s_time_gran = 1;

inode = rpc_get_inode(sb, S_IFDIR | 0755);
inode = rpc_get_inode(sb, S_IFDIR | S_IRUGO | S_IXUGO);
sb->s_root = root = d_make_root(inode);
if (!root)
return -ENOMEM;
Expand Down

0 comments on commit d9f52ec

Please sign in to comment.