]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove unused values from xfs_exntst_t
authorChristoph Hellwig <hch@lst.de>
Thu, 11 May 2017 19:01:09 +0000 (14:01 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 11 May 2017 19:01:09 +0000 (14:01 -0500)
commitc6e1bd2ab181ca3f43322008d5988c21f07a2e9c
tree2c45d24c187c1ea3502a562c9f47434e03544f54
parent838db3cb2a4a9863cfb232e99ac25bd3b092e5fb
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 <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_format.h