]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/btrfs/relocation.c
btrfs: reloc: move error handling of build_backref_tree() to backref.c
authorQu Wenruo <wqu@suse.com>
Mon, 23 Mar 2020 08:57:15 +0000 (16:57 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:21 +0000 (11:25 +0200)
commit1b23ea180b6b4186ff79db767dcbec612477968f
treefef2c58b8b74e92f919794659792cbc47ceb7996
parentfc997ed05a9f9d2185b8804fb2d0273e6d9e921a
btrfs: reloc: move error handling of build_backref_tree() to backref.c

The error cleanup will be extracted as a new function,
btrfs_backref_error_cleanup(), and moved to backref.c and exported for
later usage.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.c
fs/btrfs/backref.h
fs/btrfs/relocation.c