ext4: update ext4_ext_remove_space trace point
Add "end" variable. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:

committed by
Theodore Ts'o

parent
78fb9cdf03
commit
61801325f7
@@ -2663,7 +2663,7 @@ int ext4_ext_remove_space(struct inode *inode, ext4_lblk_t start,
|
||||
return PTR_ERR(handle);
|
||||
|
||||
again:
|
||||
trace_ext4_ext_remove_space(inode, start, depth);
|
||||
trace_ext4_ext_remove_space(inode, start, end, depth);
|
||||
|
||||
/*
|
||||
* Check if we are removing extents inside the extent tree. If that
|
||||
@@ -2831,8 +2831,8 @@ again:
|
||||
}
|
||||
}
|
||||
|
||||
trace_ext4_ext_remove_space_done(inode, start, depth, partial_cluster,
|
||||
path->p_hdr->eh_entries);
|
||||
trace_ext4_ext_remove_space_done(inode, start, end, depth,
|
||||
partial_cluster, path->p_hdr->eh_entries);
|
||||
|
||||
/* If we still have something in the partial cluster and we have removed
|
||||
* even the first extent, then we should free the blocks in the partial
|
||||
|
Reference in New Issue
Block a user