From: Jeff Layton Date: Fri, 24 May 2013 11:40:59 +0000 (-0400) Subject: cifs: add a "nosharesock" mount option to force new sockets to server to be created X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~20^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b3df5cf1fc46ad885bbc5c9f56ff0f4877beb5;p=pandora-kernel.git cifs: add a "nosharesock" mount option to force new sockets to server to be created Some servers set max_vcs to 1 and actually do enforce that limit. Add a new mount option to work around this behavior that forces a mount request to open a new socket to the server instead of reusing an existing one. I'd prefer to come up with a solution that doesn't require this, so consider this a debug patch that you can use to determine whether this is the real problem. Cc: Jim McDonough Cc: Steve French Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed