]> asedeno.scripts.mit.edu Git - linux.git/commit
9p: Remove redundant inode uid/gid assignment
authorAbhishek Kulkarni <adkulkar@umail.iu.edu>
Sun, 19 Jul 2009 19:41:51 +0000 (13:41 -0600)
committerEric Van Hensbergen <ericvh@strongmad.austin.ibm.com>
Mon, 17 Aug 2009 21:27:58 +0000 (16:27 -0500)
commit4d3297ca5bf37ff5956f76fb352e009880aad62d
tree80cb9648cda0c7d86ea75ea0733f5b05e97beb4c
parent1b5ab3e86712b6be38ebbe0d821387c1d8f91d7c
9p: Remove redundant inode uid/gid assignment

Remove a redundant update of inode's i_uid and i_gid
after v9fs_get_inode() since the latter already sets up
a new inode and sets the proper uid and gid values.

Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_super.c