]> 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>
Mon, 8 Aug 2011 18:10:57 +0000 (13:10 -0500)
commit408916a1f69e4140c14a2813eed542acac6bfd8a
tree0f6045613bc8edb54eec8387964d7376bd6cd3df
parent8300256a898506121e330c99b24a65385ea5d47b
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