ext4: rename two functions with 'check'
authorJason Yan <yanaijie@huawei.com>
Thu, 23 Mar 2023 14:05:14 +0000 (22:05 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Apr 2023 03:08:03 +0000 (23:08 -0400)
commit68e624398f7df3fd91d4a4cd148e722a18d76054
treea7894d71d91babcec9f82c09c5bd3a23ea34d07f
parentdcbf87589d90e3bd5a5a4cf832517f22f3c55efb
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>
fs/ext4/super.c