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