]> Git Repo - linux.git/commit
btrfs: convert find_lock_delalloc_range() to use a folio
authorJosef Bacik <[email protected]>
Wed, 24 Jul 2024 20:08:13 +0000 (16:08 -0400)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:14 +0000 (16:51 +0200)
commitc987f1e6d4435a6f1f62d82705ef8177823ae703
tree89c756e07da76a1b49f97ed146acfafc551e6828
parentdc6c745447c57d115e48f23dbcad00c20c937cca
btrfs: convert find_lock_delalloc_range() to use a folio

Instead of passing in a page for locked_page, pass in the folio instead.
We only use the folio itself to validate some range assumptions, and
then pass it into other functions.

Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/tests/extent-io-tests.c
This page took 0.07263 seconds and 4 git commands to generate.