From: Namjae Jeon Date: Fri, 22 Aug 2014 05:22:51 +0000 (+0900) Subject: cifs: Allow directIO read/write during cache=strict X-Git-Tag: fixes-for-v3.18-merge-window~154^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787aded65044e4cabefcf7eb7576c2dd6b151468;p=pandora-kernel.git cifs: Allow directIO read/write during cache=strict Currently cifs have all or nothing approach for directIO operations. cache=strict mode does not allow directIO while cache=none mode performs all the operations as directIO even when user does not specify O_DIRECT flag. This patch enables strict cache mode to honour directIO semantics. Signed-off-by: Namjae Jeon Signed-off-by: Ashish Sangwan Signed-off-by: Steve French --- Reading git-diff-tree failed