Shyam Prasad N <nspmangalore@xxxxxxxxx> writes: > P.S. There is a logic in cifs_reconnect to switch between the targets > for the server. I don't think these changes will break the DFS > scenario. The code will likely take effect only for when the primary > channel reconnects (as DFS server entries are cached with super block > as the key). Perhaps more changes will be needed there to also switch > between the targets for individual channels (maybe use superblock + > channel num as the key for caching entries?). Folks with better > knowledge than me with this code may want to check on this? I don't think your changes would break it as well. The super is only used for providing cifs_sb_info::origin_fullpath as key to find the corresponding failover targets in referral cache. I can help you testing your changes with some DFS+multichannel failover scenarios.