Commit 68e6243
ext4: rename two functions with 'check'
The naming styles are different for some functions with 'check' in their
names. Some of them are like:
ext4_check_quota_consistency
ext4_check_test_dummy_encryption
ext4_check_opt_consistency
ext4_check_descriptors
ext4_check_feature_compatibility
While the others looks like below:
ext4_geometry_check
ext4_journal_data_mode_check
This is not a big deal and boils down to personal preference. But I'd
like to make them consistent.
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20230323140517.1070239-6-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>1 parent dcbf875 commit 68e6243
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4713 | 4713 | | |
4714 | 4714 | | |
4715 | 4715 | | |
4716 | | - | |
| 4716 | + | |
4717 | 4717 | | |
4718 | 4718 | | |
4719 | 4719 | | |
| |||
4922 | 4922 | | |
4923 | 4923 | | |
4924 | 4924 | | |
4925 | | - | |
| 4925 | + | |
4926 | 4926 | | |
4927 | 4927 | | |
4928 | 4928 | | |
| |||
5162 | 5162 | | |
5163 | 5163 | | |
5164 | 5164 | | |
5165 | | - | |
| 5165 | + | |
5166 | 5166 | | |
5167 | 5167 | | |
5168 | 5168 | | |
| |||
5264 | 5264 | | |
5265 | 5265 | | |
5266 | 5266 | | |
5267 | | - | |
| 5267 | + | |
5268 | 5268 | | |
5269 | 5269 | | |
5270 | 5270 | | |
| |||
0 commit comments