Re: [PATCH v6 20/20] block: mark bio_add_folio as __must_check
From: Matthew Wilcox <willy@infradead.org>
Date: 2023-05-30 15:59:29
Also in:
dm-devel, linux-block, linux-fsdevel, linux-mm
From: Matthew Wilcox <willy@infradead.org>
Date: 2023-05-30 15:59:29
Also in:
dm-devel, linux-block, linux-fsdevel, linux-mm
On Tue, May 30, 2023 at 08:49:23AM -0700, Johannes Thumshirn wrote:
Now that all callers of bio_add_folio() check the return value, mark it as __must_check. Signed-off-by: Johannes Thumshirn <redacted>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>