diff options
author | David Sterba <dsterba@suse.com> | 2017-03-15 16:17:03 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2017-04-18 14:07:25 +0200 |
commit | f486135ebab4fb91366a1e41fb15ed3036ad0cf9 (patch) | |
tree | 92a2dd7b14a0435fbdc359fc7985adb8a9dd169f /fs/btrfs/qgroup.h | |
parent | 994a5d2bc758792f1808d7b112990a14182ef847 (diff) | |
download | linux-stable-f486135ebab4fb91366a1e41fb15ed3036ad0cf9.tar.gz linux-stable-f486135ebab4fb91366a1e41fb15ed3036ad0cf9.tar.bz2 linux-stable-f486135ebab4fb91366a1e41fb15ed3036ad0cf9.zip |
btrfs: remove unused qgroup members from btrfs_trans_handle
The members have been effectively unused since "Btrfs: rework qgroup
accounting" (fcebe4562dec83b3), there's no substitute for
assert_qgroups_uptodate so it's removed as well.
Reviewed-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/qgroup.h')
-rw-r--r-- | fs/btrfs/qgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/qgroup.h b/fs/btrfs/qgroup.h index 26932a8a1993..96fc56ebf55a 100644 --- a/fs/btrfs/qgroup.h +++ b/fs/btrfs/qgroup.h @@ -196,7 +196,6 @@ static inline void btrfs_qgroup_free_delayed_ref(struct btrfs_fs_info *fs_info, btrfs_qgroup_free_refroot(fs_info, ref_root, num_bytes); trace_btrfs_qgroup_free_delayed_ref(fs_info, ref_root, num_bytes); } -void assert_qgroups_uptodate(struct btrfs_trans_handle *trans); #ifdef CONFIG_BTRFS_FS_RUN_SANITY_TESTS int btrfs_verify_qgroup_counts(struct btrfs_fs_info *fs_info, u64 qgroupid, |