[PATCH 02/23] block: add a bvec_set_folio helper

2023-02-03 Thread Christoph Hellwig
A smaller wrapper around bvec_set_page that takes a folio instead. There are only two potential users for this in the tree, but the number will grow in the future. Signed-off-by: Christoph Hellwig Reviewed-by: Chaitanya Kulkarni Reviewed-by: Johannes Thumshirn --- include/linux/bvec.h | 13 +++

[PATCH 02/23] block: add a bvec_set_folio helper

2023-01-30 Thread Christoph Hellwig
A smaller wrapper around bvec_set_page that takes a folio instead. There are only two potential users for this in the tree, but the number will grow in the future. Signed-off-by: Christoph Hellwig --- include/linux/bvec.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include