From: Pavel Shilovsky Date: Mon, 24 Jan 2011 19:16:35 +0000 (-0500) Subject: CIFS: Add strictcache mount option X-Git-Tag: v2.6.38-rc3~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39454ffe4a3c85428483b8a8a8e5e797b6363d5;p=pandora-kernel.git CIFS: Add strictcache mount option Use for switching on strict cache mode. In this mode the client reads from the cache all the time it has Oplock Level II, otherwise - read from the server. As for write - the client stores a data in the cache in Exclusive Oplock case, otherwise - write directly to the server. Signed-off-by: Pavel Shilovsky Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed