]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Oct 2019 21:01:13 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Oct 2019 21:01:13 +0000 (14:01 -0700)
commitc6ad7c3ce9800e91d6cc6d2f6f566339ebac5656
tree907c8c0fd56d449b51cfe2a5af008d1821787ef8
parentc6f6ebd77ce1bb8931f78412a841dd1371820181
parent0b3d0ef9840f7be202393ca9116b857f6f793715
Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Eight small SMB3 fixes, four for stable, and important fix for the
  recent regression introduced by filesystem timestamp range patches"

* tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6:
  CIFS: Force reval dentry if LOOKUP_REVAL flag is set
  CIFS: Force revalidate inode when dentry is stale
  smb3: Fix regression in time handling
  smb3: remove noisy debug message and minor cleanup
  CIFS: Gracefully handle QueryInfo errors during open
  cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
  fs: cifs: mute -Wunused-const-variable message
  smb3: cleanup some recent endian errors spotted by updated sparse