Please pull the following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce: Linux 5.4-rc2 (2019-10-06 14:27:30 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.4-rc2-smb3 for you to fetch changes up to 0b3d0ef9840f7be202393ca9116b857f6f793715: CIFS: Force reval dentry if LOOKUP_REVAL flag is set (2019-10-09 00:10:50 -0500) ---------------------------------------------------------------- Eight small SMB3 fixes, 4 for stable, and important fix for the recent regression introduced by filesystem timestamp range patches. ---------------------------------------------------------------- Austin Kim (1): fs: cifs: mute -Wunused-const-variable message Dave Wysochanski (1): cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic Pavel Shilovsky (3): CIFS: Gracefully handle QueryInfo errors during open CIFS: Force revalidate inode when dentry is stale CIFS: Force reval dentry if LOOKUP_REVAL flag is set Steve French (3): smb3: cleanup some recent endian errors spotted by updated sparse smb3: remove noisy debug message and minor cleanup smb3: Fix regression in time handling fs/cifs/cifsfs.c | 24 ++++++++++++++++-------- fs/cifs/cifsglob.h | 2 +- fs/cifs/connect.c | 4 ++-- fs/cifs/dir.c | 8 +++++++- fs/cifs/file.c | 33 +++++++++++++++++---------------- fs/cifs/inode.c | 4 ++++ fs/cifs/netmisc.c | 4 ---- fs/cifs/smb2pdu.c | 14 ++++++-------- fs/cifs/smb2proto.h | 4 ++++ 9 files changed, 57 insertions(+), 40 deletions(-) -- Thanks, Steve