From a73ef1066c27d0e4d79302ed389a2bb467c221e7 Mon Sep 17 00:00:00 2001 From: isciurus <isciurus@gmail.com> Date: Sun, 8 Sep 2019 17:25:06 -0700 Subject: [PATCH] V5 support (crossing fingers) --- tsk/fs/xfs.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsk/fs/xfs.c b/tsk/fs/xfs.c index 7d43793fc..c03f48aff 100644 --- a/tsk/fs/xfs.c +++ b/tsk/fs/xfs.c @@ -3006,11 +3006,6 @@ TSK_FS_INFO * return NULL; } - if(XFS_SB_VERSION_NUM(sb) > 4) - { - tsk_fprintf(stderr, "Version 5 and newer are not fully supported yet, be careful (current version: %d) \n", XFS_SB_VERSION_NUM(sb)); - } - len = sizeof(xfs_agi_t) * xfs->fs->sb_agcount; if ((agi = tsk_malloc(len)) == NULL) return NULL; -- GitLab