From 12e2280d7bef145859e4d208533056ec90af9a4e Mon Sep 17 00:00:00 2001 From: Nikolay Borisov Date: Mon, 28 May 2018 09:36:46 +0300 Subject: btrfs-progs: check: Remove unused root argument from btrfs_extent_post_op This is no longer used by the callees of that function so remove it. Signed-off-by: Nikolay Borisov Reviewed-by: Su Yue 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 c833ad69..138cd22c 100644 --- a/ctree.h +++ b/ctree.h @@ -2504,8 +2504,7 @@ int btrfs_fix_block_accounting(struct btrfs_trans_handle *trans); void btrfs_pin_extent(struct btrfs_fs_info *fs_info, u64 bytenr, u64 num_bytes); void btrfs_unpin_extent(struct btrfs_fs_info *fs_info, u64 bytenr, u64 num_bytes); -int btrfs_extent_post_op(struct btrfs_trans_handle *trans, - struct btrfs_root *root); +int btrfs_extent_post_op(struct btrfs_trans_handle *trans); struct btrfs_block_group_cache *btrfs_lookup_block_group(struct btrfs_fs_info *info, u64 bytenr); -- cgit v1.2.3