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

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