]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: update documentation of BLOCK_SIZE tag
authorAndrey Albershteyn <aalbersh@redhat.com>
Fri, 27 May 2022 10:56:27 +0000 (12:56 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jul 2022 15:48:15 +0000 (17:48 +0200)
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 <aalbersh@redhat.com>
libblkid/src/superblocks/superblocks.c

index f21365538050feb8fbfc46bfe995cf4ecf8a28af..b87e01e4fa2158f7c6ad194d3c4528e0765e1c08 100644 (file)
@@ -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);