]> www.infradead.org Git - users/willy/xarray.git/commit
cifs: Don't support ITER_XARRAY
authorDavid Howells <dhowells@redhat.com>
Fri, 26 Jul 2024 21:15:48 +0000 (22:15 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 12 Sep 2024 10:20:42 +0000 (12:20 +0200)
commit4aa571d67e81b5b213abf9b4daa5523beb0e58e8
tree83d12530a4f1c151e7a7f843ff702d6c0db5885c
parenta2906d3316fc19bf0ade84618bb73eab604c447e
cifs: Don't support ITER_XARRAY

There's now no need to support ITER_XARRAY in cifs as netfslib hands down
ITER_FOLIOQ instead - and that's simpler to use with iterate_and_advance()
as it doesn't hold the RCU read lock over the step function.

This is part of the process of phasing out ITER_XARRAY.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Steve French <sfrench@samba.org>
cc: Paulo Alcantara <pc@manguebit.com>
cc: Tom Talpey <tom@talpey.com>
cc: Enzo Matsumiya <ematsumiya@suse.de>
cc: linux-cifs@vger.kernel.org
Link: https://lore.kernel.org/r/20240814203850.2240469-26-dhowells@redhat.com/
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/smb/client/cifsencrypt.c
fs/smb/client/smbdirect.c