Please pull the following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636: Linux 5.6-rc3 (2020-02-23 16:17:42 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.6-rc4-smb3-fixes for you to fetch changes up to fb4b5f13464c468a9c10ae1ab8ba9aa352d0256a: cifs: Use #define in cifs_dbg (2020-02-24 14:20:38 -0600) ---------------------------------------------------------------- five small cifs/smb3 fixes, two for stable (one for a reconnect problem and the other fixes a use case when renaming an open file) Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/320 ---------------------------------------------------------------- Aurelien Aptel (1): cifs: fix rename() by ensuring source handle opened with DELETE bit Joe Perches (1): cifs: Use #define in cifs_dbg Paulo Alcantara (SUSE) (1): cifs: fix potential mismatch of UNC paths Ronnie Sahlberg (1): cifs: don't leak -EAGAIN for stat() during reconnect Steve French (1): cifs: add missing mount option to /proc/mounts fs/cifs/cifs_dfs_ref.c | 2 ++ fs/cifs/cifsfs.c | 2 ++ fs/cifs/cifsglob.h | 7 +++++++ fs/cifs/cifsproto.h | 5 +++-- fs/cifs/cifssmb.c | 3 ++- fs/cifs/file.c | 19 ++++++++++++------- fs/cifs/inode.c | 16 ++++++++++------ fs/cifs/smb1ops.c | 2 +- fs/cifs/smb2inode.c | 4 ++-- fs/cifs/smb2ops.c | 3 ++- fs/cifs/smb2pdu.c | 1 + 11 files changed, 44 insertions(+), 20 deletions(-) -- Thanks, Steve