Please pull the following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:
Linux 5.11-rc7 (2021-02-07 13:57:38 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3 for you to fetch changes up to a738c93fb1c17e386a09304b517b1c6b2a6a5a8b: cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. (2021-02-11 11:08:32 -0600) ---------------------------------------------------------------- 4 small cifs fixes for the implementation of the new mount API (including a particularly important one for DFS links) that were found in additional testing this week of additional DFS scenarios, and a user testing of an apache container problem. Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/501 ---------------------------------------------------------------- Ronnie Sahlberg (3): cifs: fix dfs-links cifs: do not disable noperm if multiuser mount option is not provided cifs: In the new mount api we get the full devname as source= Shyam Prasad N (1): cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. fs/cifs/cifsfs.c | 2 +- fs/cifs/connect.c | 9 +++++++++ fs/cifs/fs_context.c | 20 +++++++++++++++++--- fs/cifs/fs_context.h | 1 + 4 files changed, 28 insertions(+), 4 deletions(-) -- Thanks, Steve