]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: fix detection of dm-integrity superblock version
authorMilan Broz <gmazyland@gmail.com>
Tue, 4 Jun 2019 10:16:57 +0000 (12:16 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 4 Jun 2019 11:04:09 +0000 (13:04 +0200)
commit73421b953e39758aac132d6673b713f007da06b2
tree044f95726dcd3091e779bbe57f7c0491e17c1372
parentf7c5507db6c54bfb076c91106696c0047a947adf
libblkid: fix detection of dm-integrity superblock version

Kernel 5.2 can use superblock version 3 for dm-integrity.
Let's remove the explicit version check to be compatible
with future extensions.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
libblkid/src/superblocks/lvm.c