]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: merge FS* flags into one FSINFO
authorAndrey Albershteyn <aalbersh@redhat.com>
Mon, 2 May 2022 15:08:33 +0000 (17:08 +0200)
committerAndrey Albershteyn <aalbersh@redhat.com>
Wed, 4 May 2022 16:43:45 +0000 (18:43 +0200)
commitc9b2297eb1f357d9bc9989aacc874f218081fcb8
tree44be808059832481052a1c84fd7f8be0b1a9bd75
parent1ec32f426c0f4705ea4e6e33b812b3b4c2c47faa
libblkid: merge FS* flags into one FSINFO

Put BLOCK_SIZE, FSSIZE and FSLASTBLOCK tags under one FSINFO flag.
These, and probably future ones, are read directly from the
superblock (with minor post-processing). These properties are
combined under one flag to escape adding a flag per superblock
member.

Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
libblkid/samples/superblocks.c
libblkid/src/blkid.h.in
libblkid/src/superblocks/superblocks.c
misc-utils/blkid.c