]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/9p: Don't set stat.st_blocks based on nrpages
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 28 Feb 2011 11:34:01 +0000 (17:04 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 15 Mar 2011 14:57:39 +0000 (09:57 -0500)
commita12119087bd803d3fa0b067ee18497e2e5d064cd
tree088cf00ddc75e8a30e3680c6df40ebe2fa7a153d
parent5ffc0cb308f69cea36058d308d911f26ee59316e
fs/9p: Don't set stat.st_blocks based on nrpages

simple_getattr does set stat.st_blocks to a value
derived from nrpages. That is not correct with 9p

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