From: Andrey Albershteyn Date: Fri, 27 May 2022 10:56:27 +0000 (+0200) Subject: libblkid: update documentation of BLOCK_SIZE tag X-Git-Tag: v2.38.1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e6c894c6ff1efadb298c1a06a8f2ac393146c9;p=thirdparty%2Futil-linux.git 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 --- 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);