]> Git Repo - linux.git/commit
btrfs: convert btrfs_get_extent() to take a folio
authorJosef Bacik <[email protected]>
Wed, 24 Jul 2024 23:26:58 +0000 (19:26 -0400)
committerDavid Sterba <[email protected]>
Tue, 10 Sep 2024 14:51:16 +0000 (16:51 +0200)
commitdce9ef941205db02c8e7b01e0091f8115d024be1
tree310c79b5f53bb48ccf8e0c0c8e7c66df44256042
parent220e77c412d342c5961b6d5440935c2e466724b5
btrfs: convert btrfs_get_extent() to take a folio

We only pass this into read_inline_extent, change it to take a folio and
update the callers.

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