]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/btrfs/extent_io.h
btrfs: Sink extent_tree arguments in try_release_extent_mapping
authorNikolay Borisov <nborisov@suse.com>
Thu, 19 Apr 2018 07:46:34 +0000 (10:46 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:07:19 +0000 (18:07 +0200)
commit477a30ba5f8dfb3fe951ed0352277bb26a616cb8
treea07907e776139dbac6fe8216920fbd49b078d7ab
parenta79a464d5675dbca49d6121425e8eb3571da29f7
btrfs: Sink extent_tree arguments in try_release_extent_mapping

This function already gets the page from which the two extent trees
are referenced. Simplify its signature by moving the code getting the
trees inside the function. No functional changes.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c