]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fs/9p: Remove the redundant rsize calculation in v9fs_file_write()
authorjvrao <jvrao@linux.vnet.ibm.com>
Mon, 30 Aug 2010 18:23:20 +0000 (13:23 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Thu, 28 Oct 2010 14:08:45 +0000 (09:08 -0500)
commit8d40fa2492eb3dcf02468eef2f6bba450be42b22
tree7ef6d3d02bbb26d23c2543fca3d35bb296955b79
parent3e24ad2ff9d477f949acd0982cf12e58812210cb
fs/9p: Remove the redundant rsize calculation in v9fs_file_write()

the same calculation is done in p9_client_write

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_file.c