]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nilfs2: Use a folio in nilfs_recover_dsync_blocks()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 10 Jul 2024 17:49:53 +0000 (13:49 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:59 +0000 (11:31 +0200)
commit663459c851995a6dc216d83d9dea2e2aa18a2db7
tree73aca4c339fe5d4f060a80b00bbe6eef15d204e0
parent696876d03542a1c348e004511c4a307770481286
nilfs2: Use a folio in nilfs_recover_dsync_blocks()

Replaces four hidden calls to compound_head() with one.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Acked-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/nilfs2/recovery.c