From: Steve French Date: Sun, 9 Dec 2012 04:36:29 +0000 (-0600) Subject: fix "disabling echoes and oplocks" on SMB2 mounts X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d8b59d712e95d257ee16f80b579677e5e1bf33c;p=pandora-kernel.git fix "disabling echoes and oplocks" on SMB2 mounts SMB2 and later will return only 1 credit for session setup (phase 1) not just for the negotiate protocol response. Do not disable echoes and oplocks on session setup (we only need one credit for tree connection anyway) as a resonse with only 1 credit on phase 1 of sessionsetup is expected. Fixes the "CIFS VFS: disabling echoes and oplocks" message logged to dmesg. Signed-off-by: Steve French Acked-by: Jeff Layton --- Reading git-diff-tree failed