]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
buffer: use b_folio in end_buffer_async_read()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 15 Dec 2022 21:43:54 +0000 (21:43 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 19 Jan 2023 01:12:40 +0000 (17:12 -0800)
commit2e2dba15d107491e972041acb2d0b7bd73b92bc0
tree9464f45106902c19b815e9610ce0f7c8a316412b
parent03c5f331234c5798965fa654783dbed1c792c7f4
buffer: use b_folio in end_buffer_async_read()

Removes a call to compound_head() in SetPageError(), saving 76 bytes of
text.

Link: https://lkml.kernel.org/r/20221215214402.3522366-5-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>
fs/buffer.c