commit | cf1d3417e634b2b2dd162a7e193af9a9d700431b | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Dec 15 21:43:57 2022 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Wed Jan 18 17:12:40 2023 -0800 |
tree | 0e4d5ba56ccf0497715d1b6a4219019a6b446f59 | |
parent | c10d91194d5d630a0befc7bc116aba3cfda8a226 [diff] |
buffer: use b_folio in mark_buffer_dirty() Removes about four calls to compound_head(). Two of them are inline which removes 132 bytes from the kernel text. Link: https://lkml.kernel.org/r/20221215214402.3522366-8-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>