Re: [PATCH 14/14] fs: Remove the bh_end_io argument from __block_write_full_folio

From: Christoph Hellwig
Date: Wed Dec 20 2023 - 01:36:56 EST


On Fri, Dec 15, 2023 at 08:02:45PM +0000, Matthew Wilcox (Oracle) wrote:
> All callers are passing end_buffer_async_write as this argument, so we
> can hardcode references to it within __block_write_full_folio().
> That lets us make end_buffer_async_write() static.

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>