From 68e6c894c6ff1efadb298c1a06a8f2ac393146c9 Mon Sep 17 00:00:00 2001 From: Andrey Albershteyn Date: Fri, 27 May 2022 12:56:27 +0200 Subject: [PATCH] libblkid: update documentation of BLOCK_SIZE tag The name BLOCK_SIZE is unfortunate. This tag doesn't represent commonly used file system block size but minimal block size accessible by file system (sector size). Signed-off-by: Andrey Albershteyn --- libblkid/src/superblocks/superblocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libblkid/src/superblocks/superblocks.c b/libblkid/src/superblocks/superblocks.c index f213655380..b87e01e4fa 100644 --- a/libblkid/src/superblocks/superblocks.c +++ b/libblkid/src/superblocks/superblocks.c @@ -75,7 +75,7 @@ * * @BOOT_SYSTEM_ID: ISO9660 boot system identifier * - * @BLOCK_SIZE: block size + * @BLOCK_SIZE: minimal block size accessible by file system */ static int superblocks_probe(blkid_probe pr, struct blkid_chain *chn); -- 2.47.2