CIFS: Fix possible data coherency problem after oplock break to None
authorPavel Shilovsky <piastry@etersoft.ru>
Thu, 6 Dec 2012 17:24:33 +0000 (21:24 +0400)
committerSteve French <smfrench@gmail.com>
Fri, 7 Dec 2012 19:08:07 +0000 (13:08 -0600)
by using cifs_invalidate_mapping rather than invalidate_remote_inode
in cifs_oplock_break - this invalidates all inode pages and resets
fscache cookies.

Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>

No differences found