commit | 4d3297ca5bf37ff5956f76fb352e009880aad62d | [log] [tgz] |
---|---|---|
author | Abhishek Kulkarni <adkulkar@umail.iu.edu> | Sun Jul 19 13:41:51 2009 -0600 |
committer | Eric Van Hensbergen <ericvh@strongmad.austin.ibm.com> | Mon Aug 17 16:27:58 2009 -0500 |
tree | 80cb9648cda0c7d86ea75ea0733f5b05e97beb4c | |
parent | 1b5ab3e86712b6be38ebbe0d821387c1d8f91d7c [diff] |
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>