| To: | xfs-oss <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] xfs_db: report FINOBT in version output |
| From: | Eric Sandeen <sandeen@xxxxxxxxxx> |
| Date: | Wed, 29 Apr 2015 22:31:23 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>
---
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;
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: question re: xfs inode to inode copy implementation, xfs |
|---|---|
| Next by Date: | [PATCH RFC 1/2] xfs: add sb_meta_uuid field to superblock, Eric Sandeen |
| Previous by Thread: | Low cost multi monitor video wall solution with IP Manager camera supported / Attn: Technical与您共享了相册。, Low cost multi monitor video wall solution with IP Manager camera supported / Attn: Technical |
| Next by Thread: | [PATCH] generic/204: use more space for inode allocation, Eryu Guan |
| Indexes: | [Date] [Thread] [Top] [All Lists] |