linux-nfs / nfsd

Linux kernel source tree
Other
0 stars 0 forks source link

Handle bio_vecs natively in server-side RPC #66

Open chucklever opened 7 months ago

chucklever commented 7 months ago

Before we can support folios properly in NFSD (or indeed, if that is needed at all), the server-side RPC implementation needs to handle bio_vec iterators from top to bottom. bio_vecs can handle either folios or struct pages. Support for this in the socket transport is still evolving.