commit | 1023e90b733acd1da98ba7067aa0fa8b998eed19 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@cjr.nz> | Tue Jun 08 13:50:06 2021 -0300 |
committer | Steve French <stfrench@microsoft.com> | Sun Jun 20 21:28:17 2021 -0500 |
tree | c76af81d97613ba819d0ed19c3152a364eb0cd74 | |
parent | 0d52df81e07739db25afe72e10dcc623b271d905 [diff] |
cifs: avoid starvation when refreshing dfs cache When refreshing the DFS cache, keep SMB2 IOCTL calls as much outside critical sections as possible and avoid read/write starvation when getting new DFS referrals by using broken or slow connections. Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>