Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Apr 2023 18:10:39 +0000 (11:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Apr 2023 18:10:39 +0000 (11:10 -0700)
commit1ae78a14516b9372e4c90a89ac21b259339a3a3a
tree9b70f838ea4c5ea10aa700b8d6f2e4c19ed10003
parent4e1c80ae5cf458792bec9815ee77bc3851046fb8
parent74d7970febf7e9005375aeda0df821d2edffc9f7
Merge tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd

Pull ksmbd server updates from Steve French:

 - SMB3.1.1 negotiate context fixes and cleanup

 - new lock_rename_child VFS helper

 - ksmbd fix to avoid unlink race and to use the new VFS helper to avoid
   rename race

* tag '6.4-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: fix racy issue from using ->d_parent and ->d_name
  ksmbd: remove unused compression negotiate ctx packing
  ksmbd: avoid duplicate negotiate ctx offset increments
  ksmbd: set NegotiateContextCount once instead of every inc
  fs: introduce lock_rename_child() helper
  ksmbd: remove internal.h include
fs/internal.h
fs/namei.c