]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Apr 2022 20:26:11 +0000 (13:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Apr 2022 20:26:11 +0000 (13:26 -0700)
commit6ee20c4c79ef7e60cf5489f7b0ee4bed1e4e40ec
tree8250a3881a95db7e3495aad1fc66cc8215ddb15b
parentd057c4cbfe3473281e75667be1675e5fe4930e69
parentccd54398e5669061354247c5914f08b32bc3e3d0
Merge tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Four fixes, two of them for stable:

   - fcollapse fix

   - reconnect lock fix

   - DFS oops fix

   - minor cleanup patch"

* tag '5.18-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: destage any unwritten data to the server before calling copychunk_write
  cifs: use correct lock type in cifs_reconnect()
  cifs: fix NULL ptr dereference in refresh_mounts()
  cifs: Use kzalloc instead of kmalloc/memset