Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218938
b: refs/heads/master
c: 7c7298c
h: refs/heads/master
v: v3
  • Loading branch information
Harsh Prateek Bora authored and Eric Van Hensbergen committed Oct 28, 2010
1 parent d49eb3d commit 22e2cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8812a3d5f873e28cd08ec8afe328c4182b72db49
refs/heads/master: 7c7298cffc8f4417c95117c2a432f962c066499d
2 changes: 2 additions & 0 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,8 @@ static int v9fs_vfs_mkdir_dotl(struct inode *dir, struct dentry *dentry,
v9ses = v9fs_inode2v9ses(dir);

mode |= S_IFDIR;
if (dir->i_mode & S_ISGID)
mode |= S_ISGID;
dir_dentry = v9fs_dentry_from_dir_inode(dir);
dfid = v9fs_fid_lookup(dir_dentry);
if (IS_ERR(dfid)) {
Expand Down

0 comments on commit 22e2cf2

Please sign in to comment.