I have made minor updates (see earlier notes) to the Paulo/Aurelien's Linux kernel client DFS patch series and remerged them to cifs-2.6.git for-next (pending more test results) I will wait on a respin of cifs-Respect-EAGAIN-when-querying-paths.patch to let Paulo address Pavel's comments, but after this rereview that is the only one I have left out. Even so I would like more review (and testing) if possible of the cifs mount refactoring patch, and also these two (which I put as late as possible in the series, in case we find problems with them and have to back them out). commit 526613852d324c7f6ab63a0c8c34129cc1a99c5f (HEAD -> for-next) Author: Paulo Alcantara <palcantara@xxxxxxx> Date: Wed Nov 14 17:24:29 2018 -0200 cifs: Add support for failover in cifs_reconnect_tcon() After a successful failover, the cifs_reconnect_tcon() function will make sure to reconnect every tcon to new target server. Same as previous commit but for SMB1 codepath. Signed-off-by: Paulo Alcantara <palcantara@xxxxxxx> Reviewed-by: Aurelien Aptel <aaptel@xxxxxxxx> Signed-off-by: Steve French <stfrench@xxxxxxxxxxxxx> commit 294801c363dae8067f7df7feed410763299bc87a Author: Paulo Alcantara <palcantara@xxxxxxx> Date: Wed Nov 14 17:20:31 2018 -0200 cifs: Add support for failover in smb2_reconnect() After a successful failover in cifs_reconnect(), the smb2_reconnect() function will make sure to reconnect every tcon to new target server. For SMB2+. -- Thanks, Steve