diff options
| author | Eric Biggers <[email protected]> | 2025-02-07 03:13:35 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2025-03-17 15:19:41 +0000 |
| commit | e224fa3b8a0351834fe310ccac61a5aab941ee22 (patch) | |
| tree | dd8096d21e16876aa7b6106a4d8b81ff57bb6c4d /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
| parent | jbd2: do not try to recover wiped journal (diff) | |
| download | kernel-e224fa3b8a0351834fe310ccac61a5aab941ee22.tar.gz kernel-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 <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
0 files changed, 0 insertions, 0 deletions
