]> git.baikalelectronics.ru Git - kernel.git/commit
block: Convert read_part_sector() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 18 May 2022 03:43:35 +0000 (23:43 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commited2c86435023bdbe5fbe6f36642dbde1cc1c6e77
treef0976bed5e98094f7f8f75de8ddc4191b181373b
parent06bec853a6f1149ee19e7db5488b5a2864e51a0f
block: Convert read_part_sector() to use a folio

This relatively straightforward converion saves a call to compound_head()
hidden inside put_page().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
block/partitions/check.h
block/partitions/core.c