diff options
author | 2022-02-16 12:32:47 +0530 | |
---|---|---|
committer | 2022-02-25 21:34:56 -0500 | |
commit | 123e3016ee9b3674a819537bc4c3174e25cd48fc (patch) | |
tree | d9c645922d83b7e62dfa192764686c193aece76e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ext4: use in_range() for range checking in ext4_fc_replay_check_excluded (diff) | |
download | linux-dev-123e3016ee9b3674a819537bc4c3174e25cd48fc.tar.xz linux-dev-123e3016ee9b3674a819537bc4c3174e25cd48fc.zip |
ext4: rename ext4_set_bits to mb_set_bits
ext4_set_bits() should actually be mb_set_bits() for uniform API naming
convention.
This is via below cmd -
grep -nr "ext4_set_bits" fs/ext4/ | cut -d ":" -f 1 | xargs sed -i 's/ext4_set_bits/mb_set_bits/g'
Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/f1f6ece1405b76a7a987e9145d1adfaf71e30695.1644992610.git.riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions