]> git.baikalelectronics.ru Git - kernel.git/commit
Fix regression which breaks DFS mounting
authorSachin Prabhu <sprabhu@redhat.com>
Tue, 6 Sep 2016 12:22:34 +0000 (13:22 +0100)
committerSteve French <smfrench@gmail.com>
Wed, 12 Oct 2016 17:08:32 +0000 (12:08 -0500)
commitc131b79298fd8cc45b1f0949cbdbbc312d92dd87
tree1a14b2db140723082cce10d6a4ee462cb38559af
parent07e9969da4c20ed3452bdcc7ebf74fa3785f83a8
Fix regression which breaks DFS mounting

Patch 647b75d results in -EREMOTE returned by is_path_accessible() in
cifs_mount() to be ignored which breaks DFS mounting.

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
CC: Stable <stable@vger.kernel.org>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/connect.c