Blame 0023-libblkid-fix-FSSIZE-docs.patch
|
Karel Zak |
18b0e4 |
From 8ae64e23bc34fd939586705f64a93676bae8c2b2 Mon Sep 17 00:00:00 2001
|
|
Karel Zak |
18b0e4 |
From: Karel Zak <kzak@redhat.com>
|
|
Karel Zak |
18b0e4 |
Date: Tue, 26 Apr 2022 10:32:05 +0200
|
|
Karel Zak |
18b0e4 |
Subject: libblkid: fix FSSIZE docs
|
|
Karel Zak |
18b0e4 |
|
|
Karel Zak |
18b0e4 |
Upstream: http://github.com/util-linux/util-linux/commit/9c01f798f
|
|
Karel Zak |
18b0e4 |
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2064810
|
|
Karel Zak |
18b0e4 |
Signed-off-by: Karel Zak <kzak@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 9adc2cfa3..adf4ee025 100644
|
|
Karel Zak |
18b0e4 |
--- a/libblkid/src/superblocks/superblocks.c
|
|
Karel Zak |
18b0e4 |
+++ b/libblkid/src/superblocks/superblocks.c
|
|
Karel Zak |
18b0e4 |
@@ -66,7 +66,7 @@
|
|
Karel Zak |
18b0e4 |
*
|
|
Karel Zak |
18b0e4 |
* @SBMAGIC_OFFSET: offset of SBMAGIC
|
|
Karel Zak |
18b0e4 |
*
|
|
Karel Zak |
18b0e4 |
- * @FSSIZE: size of filesystem [not-implemented yet]
|
|
Karel Zak |
18b0e4 |
+ * @FSSIZE: size of filesystem (implemented for XFS only)
|
|
Karel Zak |
18b0e4 |
*
|
|
Karel Zak |
18b0e4 |
* @SYSTEM_ID: ISO9660 system identifier
|
|
Karel Zak |
18b0e4 |
*
|
|
Karel Zak |
18b0e4 |
--
|
|
Karel Zak |
18b0e4 |
2.36.1
|
|
Karel Zak |
18b0e4 |
|