summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorJeff Layton2012-04-13 23:16:59 +0200
committerSteve French2012-04-20 05:16:33 +0200
commit3af9d8f227a31e25b3110ef175d105798fc147a6 (patch)
tree0431c865502651114d43d5635802a2f949a55a7e /fs/cifs/connect.c
parentMerge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux (diff)
downloadkernel-qcow2-linux-3af9d8f227a31e25b3110ef175d105798fc147a6.tar.gz
kernel-qcow2-linux-3af9d8f227a31e25b3110ef175d105798fc147a6.tar.xz
kernel-qcow2-linux-3af9d8f227a31e25b3110ef175d105798fc147a6.zip
cifs: fix offset handling in cifs_iovec_write
In the recent update of the cifs_iovec_write code to use async writes, the handling of the file position was broken. That patch added a local "offset" variable to handle the offset, and then only updated the original "*poffset" before exiting. Unfortunately, it copied off the original offset from the beginning, instead of doing so after generic_write_checks had been called. Fix this by moving the initialization of "offset" after that in the function. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/connect.c')
0 files changed, 0 insertions, 0 deletions