]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Fix wrong pos argument of cifs_find_lock_conflict
authorPavel Shilovsky <piastry@etersoft.ru>
Fri, 14 Feb 2014 09:31:03 +0000 (13:31 +0400)
committerSteve French <smfrench@gmail.com>
Mon, 24 Feb 2014 02:54:50 +0000 (20:54 -0600)
commitb27913bea2920b0bf1c6ec2b4199dd11ad6816b6
tree0f1d310e6249e84edbed94bebb96b2f057fa1b41
parentc02e2629ae585bb5c8f6b9c42b2912f7db4909ef
CIFS: Fix wrong pos argument of cifs_find_lock_conflict

and use generic_file_aio_write rather than __generic_file_aio_write
in cifs_writev.

Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Reported-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/file.c