]> Git Repo - linux.git/commit
btrfs: convert run_delalloc_compressed() to take a folio
authorJosef Bacik <[email protected]>
Wed, 24 Jul 2024 20:52:57 +0000 (16:52 -0400)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:15 +0000 (16:51 +0200)
commitd9c750272d94792266b3f0c816d3a927e964bc78
tree2c08dc05b1965ce75cbe2939ab4a28e2b5ed66a2
parent94cea66d1c742585a9d6ffc7345d816e6a7e1f1b
btrfs: convert run_delalloc_compressed() to take a folio

This just passes the page into the compressed machinery to keep track of
the locked page.  Update this to take a folio and convert it to a page
where appropriate.

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.052286 seconds and 4 git commands to generate.