[PATCH v3 3/4] xfs_progs: add dirent filetype to xfs_db version

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add directory inode type to the xfs_db version command.

Signed-off-by: Mark Tinguely <tinguely@xxxxxxx>
---
new to v3

 db/sb.c |    2 ++
 1 file changed, 2 insertions(+)

Index: b/db/sb.c
===================================================================
--- a/db/sb.c
+++ b/db/sb.c
@@ -644,6 +644,8 @@ version_string(
 		strcat(s, ",PROJID32BIT");
 	if (xfs_sb_version_hascrc(sbp))
 		strcat(s, ",CRC");
+	if (xfs_sb_version_hasftype(sbp))
+		strcat(s, ",FTYPE");
 	return s;
 }
 


_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs




[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux