diff options
author | 2025-02-06 19:13:35 -0800 | |
---|---|---|
committer | 2025-03-17 11:19:41 -0400 | |
commit | e224fa3b8a0351834fe310ccac61a5aab941ee22 (patch) | |
tree | dd8096d21e16876aa7b6106a4d8b81ff57bb6c4d /scripts/lib/kdoc/kdoc_files.py | |
parent | jbd2: do not try to recover wiped journal (diff) | |
download | linux-rng-e224fa3b8a0351834fe310ccac61a5aab941ee22.tar.xz linux-rng-e224fa3b8a0351834fe310ccac61a5aab941ee22.zip |
ext4: remove redundant function ext4_has_metadata_csum
Since commit f2b4fa19647e ("ext4: switch to using the crc32c library"),
ext4_has_metadata_csum() is just an alias for
ext4_has_feature_metadata_csum(). ext4_has_feature_metadata_csum() is
generated by EXT4_FEATURE_RO_COMPAT_FUNCS and uses the regular naming
convention for checking a single ext4 feature. Therefore, remove
ext4_has_metadata_csum() and update all its callers to use
ext4_has_feature_metadata_csum() directly.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Link: https://patch.msgid.link/20250207031335.42637-1-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions