]> Pileus Git - ~andy/linux/commit
9p: use the updated offset given by generic_write_checks
authorM. Mohan Kumar <mohan@in.ibm.com>
Wed, 16 Mar 2011 16:10:49 +0000 (21:40 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 22 Mar 2011 21:32:49 +0000 (16:32 -0500)
commitaaf0ef1d2bce05cfd06cf29c96a6973df4d0a6a8
tree32c0bba396dcdf5e5c920aff3560bed48f4c159f
parent316ad5501c2098cb2a2a25ed77a0421f1671411c
9p: use the updated offset given by generic_write_checks

Without this fix, even if a file is opened in O_APPEND mode, data will be
written at current file position instead of end of file.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_file.c