]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: Add support for zonefs
authorDamien Le Moal <damien.lemoal@wdc.com>
Fri, 20 Mar 2020 04:55:43 +0000 (13:55 +0900)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Mar 2020 10:27:16 +0000 (11:27 +0100)
commit9d691cbc9479a69269ec815fc1574e99671e180a
tree9e4763dc86a4dffb34b5722b159f7c73378c0c46
parent6cc3a256c4dbd11133af752c82c80e99299c3843
libblkid: Add support for zonefs

The zonefs filesystem was added to upstream linux kernel 5.6. This
patch add support for probing zonefs formatted zoned block devices so
that other file system formatting tool can detect its presence on a
device.

[kzak@redhat.com: - use standard integer types]

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/Makemodule.am
libblkid/src/superblocks/superblocks.c
libblkid/src/superblocks/superblocks.h
libblkid/src/superblocks/zonefs.c [new file with mode: 0644]