]> Git Repo - linux.git/commit
btrfs: convert btrfs_set_range_writeback() to use a folio
authorJosef Bacik <[email protected]>
Thu, 25 Jul 2024 00:22:32 +0000 (20:22 -0400)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:17 +0000 (16:51 +0200)
commit1bbf3a3aea3b5f40ad25edfe11bf652fed1b730d
treee3dbd2017c3f1fa770933f6416fa6506d4141ab4
parentdfc9e3017aa71211a11d0b479552af6ee3f9d9b2
btrfs: convert btrfs_set_range_writeback() to use a folio

We already use a lot of functions here that use folios, update the
function to use __filemap_get_folio instead of find_get_page and then
use the folio directly.

Signed-off-by: Josef Bacik <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
fs/btrfs/inode.c
This page took 0.070473 seconds and 4 git commands to generate.