]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: add erofs filesystem support
authorGao Xiang <hsiangkao@redhat.com>
Sat, 5 Dec 2020 07:44:10 +0000 (15:44 +0800)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Dec 2020 09:34:47 +0000 (10:34 +0100)
commit7b2a874e2ee306e9503210f8aa5eed7f53c06755
treedfe56e759c0360164861cb51b1f6acf8ef0eeed7
parent5594c690e5806d306e0afbdb9b9bef185dc755c2
libblkid: add erofs filesystem support

Enhanced Read-Only File System (EROFS) has been included in Linux
kernel, many Linux distributions, buildroot and Android AOSP for
a while. Plus, nowadays, it's known that EROFS has been commercially
used by several Android vendors for their system partitions.
util-linux in busybox can also detect it recently.

This patch adds support for detecting EROFS filesystem to libblkid.

Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
libblkid/src/Makemodule.am
libblkid/src/superblocks/erofs.c [new file with mode: 0644]
libblkid/src/superblocks/superblocks.c
libblkid/src/superblocks/superblocks.h