diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-03 10:27:17 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-12 06:52:48 -0400 |
commit | 19dfc1f5f2ef03a52aa30c8257c5745edef23f55 (patch) | |
tree | 3846636f530b1e23d685b1652cd73ab8707445fb /fs/nfs/nfs4client.c | |
parent | eab87235c0f5979503a547f836a93a3d327c4201 (diff) | |
download | op-kernel-dev-19dfc1f5f2ef03a52aa30c8257c5745edef23f55.zip op-kernel-dev-19dfc1f5f2ef03a52aa30c8257c5745edef23f55.tar.gz |
cifs: fix the race in cifs_writev()
O_APPEND handling there hadn't been completely fixed by Pavel's
patch; it checks the right value, but it's racy - we can't really
do that until i_mutex has been taken.
Fix by switching to __generic_file_aio_write() (open-coding
generic_file_aio_write(), actually) and pulling mutex_lock() above
inode_size_read().
Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nfs/nfs4client.c')
0 files changed, 0 insertions, 0 deletions