]> 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, 22 Aug 2011 14:20:31 +0000 (09:20 -0500)
commitc547b2d8f729d03056ede8a2cebf859cd8d3568f
treea9ba7e58b7f26e81600dd0337055729d9da23062
parent70637c60781e0996957c4fbbe7c40aff36b64d65
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