]> www.infradead.org Git - users/willy/pagecache.git/commit
btrfs: Use a folio in wait_dev_supers()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 17 May 2022 22:03:27 +0000 (18:03 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:07 +0000 (08:51 -0400)
commit964688b32d9ada55a7fce2e650d85ef24188f73f
tree14ce23e49534b44cc3d427bfec6d63f99689ceef
parent0b768a9610c6de9811c6d33900bebfb665192ee1
btrfs: Use a folio in wait_dev_supers()

Remove a use of PageError and optimise putting the page reference twice.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/btrfs/disk-io.c