]> git.karo-electronics.de Git - karo-tx-linux.git/commit
CIFS: Fix cache coherency for read oplock case
authorPavel Shilovsky <piastry@etersoft.ru>
Fri, 11 May 2012 16:54:30 +0000 (20:54 +0400)
committerSteve French <sfrench@us.ibm.com>
Sat, 15 Sep 2012 18:05:13 +0000 (13:05 -0500)
commit880ae041668308c816a1d3d8f878649903d1bcb2
tree51260f7c1164cf967158fb5da3db6067647db373
parentb126979d6fb2df132deb81a0ca33c50291471c45
CIFS: Fix cache coherency for read oplock case

When we have a file opened with read oplock and we are writing a data
to this file, we need to store the data in the cache and then send to
the server to ensure that the next read operation will get a coherent
data.

Also mark it as CONFIG_CIFS_SMB2 because it's more suitable for SMB2
code but can fix some CIFS problems too (when server delays sending
an oplock break after a write request). We can drop this ifdefs
dependence in future.

Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/file.c