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

We only need a folio now, make it take a folio as an argument and update
all of the callers.

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/inode.c
fs/btrfs/ordered-data.c
fs/btrfs/ordered-data.h
This page took 0.054113 seconds and 4 git commands to generate.