diff options
author | Qu Wenruo <[email protected]> | 2020-12-02 14:47:57 +0800 |
---|---|---|
committer | David Sterba <[email protected]> | 2020-12-09 19:16:09 +0100 |
commit | 1941b64b080b45a80796a9f3a2e5c89554e53bdf (patch) | |
tree | f5fe2f9b2e48067dc2f84ffcfc03d198defd2b16 /tools/perf/util/trace-event-scripting.c | |
parent | 8a6a87cd449b9840f8169e0ece0a8fa11232723d (diff) |
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
The parameter bio_offset of extent_submit_bio_start_t is very confusing.
If it's really bio_offset (offset to bio), then it should be u32. But
in fact, it's only utilized by dio read, and that member is used as file
offset, which must be u64.
Rename it to dio_file_offset since the only user uses it as file offset,
and add comment for who is using it.
Signed-off-by: Qu Wenruo <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions