summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorPaulo Alcantara <pc@manguebit.com>2024-11-26 15:55:53 -0300
committerSteve French <stfrench@microsoft.com>2024-11-26 18:46:35 -0600
commit36008fe6e3dc588e5e9ceae6e82c7f69399eb5d8 (patch)
tree97dacf6b0728934372f2f551bbf2c27024557b7f /tools/perf/scripts/python/exported-sql-viewer.py
parente1481075981d25634961c973ed991ba6ab393e67 (diff)
smb: client: don't try following DFS links in cifs_tree_connect()
We can't properly support chasing DFS links in cifs_tree_connect() because (1) We don't support creating new sessions while we're reconnecting, which would be required for DFS interlinks. (2) ->is_path_accessible() can't be called from cifs_tree_connect() as it would deadlock with smb2_reconnect(). This is required for checking if new DFS target is a nested DFS link. By unconditionally trying to get an DFS referral from new DFS target isn't correct because if the new DFS target (interlink) is an DFS standalone namespace, then we would end up getting -ELOOP and then potentially leaving tcon disconnected. Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions