Re: [Cluster-devel] [PATCH v7 20/20] block: mark bio_add_folio as __must_check

2023-05-31 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig

[Cluster-devel] [PATCH v7 20/20] block: mark bio_add_folio as __must_check

2023-05-31 Thread Johannes Thumshirn
Now that all callers of bio_add_folio() check the return value, mark it as __must_check. Reviewed-by: Matthew Wilcox (Oracle) Signed-off-by: Johannes Thumshirn --- include/linux/bio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/bio.h