mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-13 16:11:54 +00:00
xfs: remove unused values from xfs_exntst_t
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 <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
895e9bfc9e
commit
37f7f9bbf3
@ -1588,7 +1588,6 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
XFS_EXT_NORM, XFS_EXT_UNWRITTEN,
|
XFS_EXT_NORM, XFS_EXT_UNWRITTEN,
|
||||||
XFS_EXT_DMAPI_OFFLINE, XFS_EXT_INVALID
|
|
||||||
} xfs_exntst_t;
|
} xfs_exntst_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user