Please pull the following changes since commit 0613ed91901b5f87afcd28b4560fb0aa37a0db13: Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 (2020-10-23 11:41:39 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.10-rc-smb3-fixes-part2 for you to fetch changes up to aef0388aa92c5583eeac401710e16db48be4c9ac: cifs: update internal module version number (2020-10-23 23:41:49 -0500) ---------------------------------------------------------------- add support for stat of various special file types (WSL reparse points for char, block, fifo) unit test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/406 ---------------------------------------------------------------- Steve French (4): smb3: add support for stat of WSL reparse points for special file types smb3: remove two unused variables smb3: add some missing definitions from MS-FSCC cifs: update internal module version number fs/cifs/cifsfs.h | 2 +- fs/cifs/cifsglob.h | 4 +++ fs/cifs/inode.c | 44 +++++++++++++++++++++----- fs/cifs/smb2inode.c | 12 ++++---- fs/cifs/smb2ops.c | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fs/cifs/smb2pdu.h | 31 +++++++++++++++++++ fs/cifs/smb2proto.h | 3 ++ fs/cifs/smbfsctl.h | 2 ++ 8 files changed, 213 insertions(+), 15 deletions(-) -- Thanks, Steve