Blame 0030-libblkid-update-documentation-of-BLOCK_SIZE-tag.patch

Karel Zak 18b0e4
From 5300d69be2919d0a50968377d23807831fdf3f71 Mon Sep 17 00:00:00 2001
Karel Zak 18b0e4
From: Andrey Albershteyn <aalbersh@redhat.com>
Karel Zak 18b0e4
Date: Fri, 27 May 2022 12:56:27 +0200
Karel Zak 18b0e4
Subject: libblkid: update documentation of BLOCK_SIZE tag
Karel Zak 18b0e4
Karel Zak 18b0e4
The name BLOCK_SIZE is unfortunate. This tag doesn't represent
Karel Zak 18b0e4
commonly used file system block size but minimal block size
Karel Zak 18b0e4
accessible by file system (sector size).
Karel Zak 18b0e4
Karel Zak 18b0e4
Upstream: http://github.com/util-linux/util-linux/commit/895f0b609
Karel Zak 18b0e4
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2064810
Karel Zak 18b0e4
Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
Karel Zak 18b0e4
---
Karel Zak 18b0e4
 libblkid/src/superblocks/superblocks.c | 2 +-
Karel Zak 18b0e4
 1 file changed, 1 insertion(+), 1 deletion(-)
Karel Zak 18b0e4
Karel Zak 18b0e4
diff --git a/libblkid/src/superblocks/superblocks.c b/libblkid/src/superblocks/superblocks.c
Karel Zak 18b0e4
index 9cfa991fc..9c32bc9d5 100644
Karel Zak 18b0e4
--- a/libblkid/src/superblocks/superblocks.c
Karel Zak 18b0e4
+++ b/libblkid/src/superblocks/superblocks.c
Karel Zak 18b0e4
@@ -80,7 +80,7 @@
Karel Zak 18b0e4
  *
Karel Zak 18b0e4
  * @BOOT_SYSTEM_ID: ISO9660 boot system identifier
Karel Zak 18b0e4
  *
Karel Zak 18b0e4
- * @BLOCK_SIZE: block size
Karel Zak 18b0e4
+ * @BLOCK_SIZE: minimal block size accessible by file system
Karel Zak 18b0e4
  */
Karel Zak 18b0e4
 
Karel Zak 18b0e4
 static int superblocks_probe(blkid_probe pr, struct blkid_chain *chn);
Karel Zak 18b0e4
-- 
Karel Zak 18b0e4
2.36.1
Karel Zak 18b0e4