From 895f0b609ce52eb3dca09aa14dd9457fc2f1d660 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 9cfa991fc7..9c32bc9d52 100644 --- a/libblkid/src/superblocks/superblocks.c +++ b/libblkid/src/superblocks/superblocks.c @@ -80,7 +80,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.3