]> www.infradead.org Git - users/dwmw2/linux.git/commit
btrfs: convert find_next_dirty_byte() to take a folio
authorJosef Bacik <josef@toxicpanda.com>
Thu, 25 Jul 2024 00:17:26 +0000 (20:17 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:16 +0000 (16:51 +0200)
commit1a48259d9b6a4331a932700cc884681433b26244
treea3bf1ca2d42c3aabc09a4afc81979e0c870d5fad
parent7ed07d16624a6452ad048f9e1186eafd600582e5
btrfs: convert find_next_dirty_byte() to take a folio

We already use a folio some in this function, replace all page usage
with the folio and update the function to take the folio as an argument.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c