]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove unused values from xfs_exntst_t
authorChristoph Hellwig <hch@lst.de>
Wed, 19 Apr 2017 22:19:49 +0000 (15:19 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Apr 2017 16:40:41 +0000 (09:40 -0700)
commit1a0c51c75d2cee15482cf0257c8a164609b43a07
treec87f5ca0d6bb9dd7bc806ca478e82370e8e9561f
parente6cec2ad4c5f8c9d89e771f909535f67e3b70a70
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>
fs/xfs/libxfs/xfs_format.h