From c6e1bd2ab181ca3f43322008d5988c21f07a2e9c Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 11 May 2017 14:01:09 -0500 Subject: [PATCH] xfs: remove unused values from xfs_exntst_t Source kernel commit: 37f7f9bbf3b914e94f81426f6f59a3f97f4dc562 We only ever use the normal and unwritten states. And the actual ondisk format (this enum isn't despite being in xfs_format.h) only has space for the unwritten bit anyway. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- libxfs/xfs_format.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libxfs/xfs_format.h b/libxfs/xfs_format.h index 7b01412af..1115ae5cc 100644 --- a/libxfs/xfs_format.h +++ b/libxfs/xfs_format.h @@ -1588,7 +1588,6 @@ typedef enum { */ typedef enum { XFS_EXT_NORM, XFS_EXT_UNWRITTEN, - XFS_EXT_DMAPI_OFFLINE, XFS_EXT_INVALID } xfs_exntst_t; /* -- 2.47.2