From: Pavel Shilovsky Date: Fri, 21 Dec 2012 11:05:47 +0000 (+0400) Subject: Revert "CIFS: Fix write after setting a read lock for read oplock files" X-Git-Tag: v3.8-rc3~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8aa29c60238720af2ca2a5caab25fa0c70067e;p=pandora-kernel.git Revert "CIFS: Fix write after setting a read lock for read oplock files" that solution has data races and can end up two identical writes to the server: when clientCanCacheAll value can be changed during the execution of __generic_file_aio_write. Signed-off-by: Pavel Shilovsky Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed