Merge tag '6.10-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 May 2024 18:37:15 +0000 (11:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 May 2024 18:37:15 +0000 (11:37 -0700)
commit1ab1bd2f6a5fd876d1980d6ade74ce5f83807baf
treecc4a54d13c202e30028c44b8853e26f4d94ef99f
parent33e02dc69afbd8f1b85a51d74d72f139ba4ca623
parentedfc6481faf896301cab940da776229fe39e9fc9
Merge tag '6.10-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client updates from Steve French:

 - three important fixes to recent netfs conversion to fix various
   xfstest failures, and rmmod oops

 - cleanup patch to fix various GCC-14 warnings

* tag '6.10-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb3: fix perf regression with cached writes with netfs conversion
  cifs: Fix locking in cifs_strict_readv()
  cifs: Change from mempool_destroy to mempool_exit for request pools
  smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings