[PATCH v2 0/2] Add bvec_folio and its kernel-doc
"Matthew Wilcox (Oracle)" <[email protected]>
| Newsgroups | org.kernel.vger.io-uring,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
Add the convenience helper bvec_folio() to avoid references to bv_page. Convert a few of the obvious users. v2: - Tweak the kernel-doc (Christoph) - Add the bvec kerneldoc to the documentation build Matthew Wilcox (Oracle) (2): block: Add bvec_folio() block: Include bvec.h kernel-doc in the htmldocs Documentation/core-api/kernel-api.rst | 1 + block/bio.c | 6 +++--- include/linux/bio.h | 2 +- include/linux/bvec.h | 17 +++++++++++++++++ io_uring/rsrc.c | 2 +- mm/page_io.c | 4 ++-- 6 files changed, 25 insertions(+), 7 deletions(-) -- 2.47.3