Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157138
b: refs/heads/master
c: 4d3297c
h: refs/heads/master
v: v3
  • Loading branch information
Abhishek Kulkarni authored and Eric Van Hensbergen committed Aug 17, 2009
1 parent 9903432 commit 407e13d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 1b5ab3e86712b6be38ebbe0d821387c1d8f91d7c
refs/heads/master: 4d3297ca5bf37ff5956f76fb352e009880aad62d
5 changes: 0 additions & 5 deletions trunk/fs/9p/vfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ static int v9fs_get_sb(struct file_system_type *fs_type, int flags,
struct v9fs_session_info *v9ses = NULL;
struct p9_wstat *st = NULL;
int mode = S_IRWXUGO | S_ISVTX;
uid_t uid = current_fsuid();
gid_t gid = current_fsgid();
struct p9_fid *fid;
int retval = 0;

Expand Down Expand Up @@ -149,9 +147,6 @@ static int v9fs_get_sb(struct file_system_type *fs_type, int flags,
goto release_sb;
}

inode->i_uid = uid;
inode->i_gid = gid;

root = d_alloc_root(inode);
if (!root) {
iput(inode);
Expand Down

0 comments on commit 407e13d

Please sign in to comment.