]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/9p: Don't update file type when updating file attributes
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 25 Jul 2011 18:06:33 +0000 (18:06 +0000)
committerEric Van Hensbergen <ericvh@gmail.com>
Thu, 25 Aug 2011 14:23:28 +0000 (09:23 -0500)
commit82e6ee5bb454cba8e8484e8a7d4f78ad8ace3b2a
tree97dd8e9cd60082389944bcf10106ab71e91d1f69
parent29768aaa146d0b4803aa6cbd10e8933c8d152af6
fs/9p: Don't update file type when updating file attributes

We should only update attributes that we can change on stat2inode.
Also do file type initialization in v9fs_init_inode.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/v9fs_vfs.h
fs/9p/vfs_inode.c
fs/9p/vfs_inode_dotl.c
fs/9p/vfs_super.c