Re: [PATCH V10 13/19] iomap & xfs: only account for new added page

From: Christoph Hellwig
Date: Fri Nov 16 2018 - 08:49:41 EST


I'd much rather have __bio_try_merge_page only do merges in
the same page, and have a new __bio_try_merge_segment that does
multi-page merges. This will keep the accounting a lot simpler.