From b5d8aac1d0bc044e4a2a8ea929f3ffc16b638764 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 15 Oct 2009 15:20:38 +0200 Subject: [PATCH] libblkid: add note about UUID_SUB, increment number of superblock values Signed-off-by: Karel Zak --- shlibs/blkid/src/blkidP.h | 2 +- shlibs/blkid/src/superblocks/superblocks.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h index 2e7a7ed9..625ad71e 100644 --- a/shlibs/blkid/src/blkidP.h +++ b/shlibs/blkid/src/blkidP.h @@ -134,7 +134,7 @@ struct blkid_chaindrv { */ #define BLKID_PROBVAL_BUFSIZ 64 -#define BLKID_NVALS_SUBLKS 12 +#define BLKID_NVALS_SUBLKS 14 #define BLKID_NVALS_TOPLGY 3 #define BLKID_NVALS_PARTS 1 diff --git a/shlibs/blkid/src/superblocks/superblocks.c b/shlibs/blkid/src/superblocks/superblocks.c index d2c7825e..4dace145 100644 --- a/shlibs/blkid/src/superblocks/superblocks.c +++ b/shlibs/blkid/src/superblocks/superblocks.c @@ -50,6 +50,8 @@ * * @UUID: filesystem UUID (lower case) * + * @UUID_SUB: subvolume uuid (e.g. btrfs) + * * @UUID_RAW: raw UUID from FS superblock * * @EXT_JOURNAL: external journal UUID -- 2.39.5