commit | 93cee45ccfebc62a3bb4cd622b89e00c8c7d8493 | [log] [tgz] |
---|---|---|
author | Paulo Alcantara <pc@manguebit.com> | Mon Apr 01 22:44:09 2024 -0300 |
committer | Steve French <stfrench@microsoft.com> | Tue Apr 02 10:12:22 2024 -0500 |
tree | 039a43ddb20695fb0d606e0cc7761fee37d2d435 | |
parent | 4a5ba0e0bfe552ac7451f57e304f6343c3d87f89 [diff] |
smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex Serialise cifs_construct_tcon() with cifs_mount_mutex to handle parallel mounts that may end up reusing the session and tcon created by it. Cc: stable@vger.kernel.org # 6.4+ Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com> Signed-off-by: Steve French <stfrench@microsoft.com>