From d8a5e756be6beb47d315165610f68f18ae21fe39 Mon Sep 17 00:00:00 2001 From: Nikolay Borisov Date: Thu, 16 Aug 2018 11:13:05 +0300 Subject: btrfs-progs: Make btrfs_write_dirty_block_groups take only trans argument The root argument is used only to get a reference to the fs_info, this can be achieved with the transaction handle being passed so use that. This is in preparation for moving this function in the main transaction commit routine. No functional changes. Signed-off-by: Nikolay Borisov Signed-off-by: David Sterba --- ctree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ctree.h') diff --git a/ctree.h b/ctree.h index 5242595f..75675ef3 100644 --- a/ctree.h +++ b/ctree.h @@ -2523,8 +2523,7 @@ int btrfs_update_extent_ref(struct btrfs_trans_handle *trans, u64 orig_parent, u64 parent, u64 root_objectid, u64 ref_generation, u64 owner_objectid); -int btrfs_write_dirty_block_groups(struct btrfs_trans_handle *trans, - struct btrfs_root *root); +int btrfs_write_dirty_block_groups(struct btrfs_trans_handle *trans); int btrfs_free_block_groups(struct btrfs_fs_info *info); int btrfs_read_block_groups(struct btrfs_root *root); struct btrfs_block_group_cache * -- cgit v1.2.3