Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Feb 2024 07:26:19 +0000 (07:26 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Feb 2024 07:26:19 +0000 (07:26 +0000)
commit9e28c7a23bac7452935d1768fbfedad113586f9b
tree1e983d3cbd84f2a62b83f884c7513a727cd70012
parentfc86e5c9909b1b9a80ff0e7946279dfae6b96ded
parent11d4d1dba3315f73d2d1d386f5bf4811a8241d45
Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:
 "Five smb3 client fixes, mostly multichannel related:

   - four multichannel fixes including fix for channel allocation when
     multiple inactive channels, fix for unneeded race in channel
     deallocation, correct redundant channel scaling, and redundant
     multichannel disabling scenarios

   - add warning if max compound requests reached"

* tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb: client: increase number of PDUs allowed in a compound request
  cifs: failure to add channel on iface should bump up weight
  cifs: do not search for channel if server is terminating
  cifs: avoid redundant calls to disable multichannel
  cifs: make sure that channel scaling is done only once