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.39-rc1~648^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=895f0b609ce52eb3dca09aa14dd9457fc2f1d660;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 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);