]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Mar 2020 23:31:19 +0000 (17:31 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Mar 2020 23:31:19 +0000 (17:31 -0600)
commit8b614cb8f1dcac8ca77cf4dd85f46ef3055f8238
tree810fb619ff3f91be8d6ed3668a6bbcedc608f0f4
parent2873dc25477f483997c99981cf14b43a0d4f84d4
parentfb4b5f13464c468a9c10ae1ab8ba9aa352d0256a
Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "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)"

* tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Use #define in cifs_dbg
  cifs: fix rename() by ensuring source handle opened with DELETE bit
  cifs: add missing mount option to /proc/mounts
  cifs: fix potential mismatch of UNC paths
  cifs: don't leak -EAGAIN for stat() during reconnect