Re: [PATCH v2 14/21] cifs: Remove support for ITER_FOLIOQ from smb_extract_iter_to_rdma()
Stefan Metzmacher <[email protected]> Tue, 19 May 2026 10:19:58 +0200
| Newsgroups | dev.linux.lists.v9fs,dev.linux.lists.netfs,org.kernel.vger.ceph-devel,org.kernel.vger.linux-cifs,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-nfs,org.ozlabs.lists.linux-erofs |
|---|---|
| Message-ID | <[email protected]> |
Am 19.05.26 um 00:29 schrieb David Howells: > netfslib now only presents an bvecq queue and an associated ITER_BVECQ > iterator to the filesystem, so it isn't going to see the ITER_FOLIOQ > iterator. So remove that code. > > Netfslib also won't supply ITER_BVEC/KVEC iterators, though smbdirect > might; further in future, it won't supply iterators at all, but rather a > bvecq slice (that can be used to construct an iterator). > > Signed-off-by: David Howells <[email protected]> > cc: Steve French <[email protected]> > cc: Paulo Alcantara <[email protected]> > cc: Stefan Metzmacher <[email protected]> > cc: Shyam Prasad N <[email protected]> > cc: Tom Talpey <[email protected]> > cc: [email protected] > cc: [email protected] > cc: [email protected] Acked-by: Stefan Metzmacher <[email protected]> if you change this in the commit message cifs: to smbdirect: and smb_extract_iter_to_rdma to smbdirect_map_sges_from_iter Thanks! metze