[PATCH] xfs_db: report FINOBT in version output

Eric Sandeen sandeen at redhat.com
Wed Apr 29 22:31:23 CDT 2015


Signed-off-by: Eric Sandeen <sandeen at redhat.com>
---

diff --git a/db/sb.c b/db/sb.c
index 23ec87c..974abd2 100644
--- a/db/sb.c
+++ b/db/sb.c
@@ -658,6 +658,8 @@ version_string(
 		strcat(s, ",CRC");
 	if (xfs_sb_version_hasftype(sbp))
 		strcat(s, ",FTYPE");
+	if (xfs_sb_version_hasfinobt(sbp))
+		strcat(s, ",FINOBT");
 	return s;
 }
 



More information about the xfs mailing list