btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps
Rename btrfs_qgroup_insert_dirty_extent(_nolock) to btrfs_qgroup_trace_extent(_nolock), according to the new reserve/trace/account naming schema. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Reviewed-and-Tested-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
@@ -4012,7 +4012,7 @@ static int qgroup_fix_relocated_data_extents(struct btrfs_trans_handle *trans,
|
||||
if (btrfs_file_extent_type(path->nodes[0], fi) !=
|
||||
BTRFS_FILE_EXTENT_REG)
|
||||
goto next;
|
||||
ret = btrfs_qgroup_insert_dirty_extent(trans, fs_info,
|
||||
ret = btrfs_qgroup_trace_extent(trans, fs_info,
|
||||
btrfs_file_extent_disk_bytenr(path->nodes[0], fi),
|
||||
btrfs_file_extent_disk_num_bytes(path->nodes[0], fi),
|
||||
GFP_NOFS);
|
||||
|
Reference in New Issue
Block a user