Whamcloud - gitweb
ext2_fs.h: use the ext2fs_has_feature_64bits() instead of open coded check
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Feb 2021 05:10:06 +0000 (00:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Feb 2021 05:10:06 +0000 (00:10 -0500)
commit46fcf7087b557ad3ba18af4996a1cb9ded7c43b5
tree5e180da877d806b9f99982576cf0e41786c32277
parentea41284998daf106f96112ae3d66226233e86f5a
ext2_fs.h: use the ext2fs_has_feature_64bits() instead of open coded check

This makes the code a bit cleaner and fixes a false positive warning by
Coverity.  (CID #1464576)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2_fs.h