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

We only use a page to copy in the data for the inline extent.  Use a
folio for this instead.

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