]> git.baikalelectronics.ru Git - kernel.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)
commitda9af775549478b1a54a86cc9542eac351a4db4b
tree810fb619ff3f91be8d6ed3668a6bbcedc608f0f4
parentcff90d0e776e8ee4948e0b58c54e90bea9179249
parent4b1229a54a6b114cee6b28f10d0eabdd787505ca
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