]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: use the state defines in xfs_bmap_del_extent_real
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Nov 2017 04:11:30 +0000 (22:11 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 17 Nov 2017 04:11:30 +0000 (22:11 -0600)
commitb039ac7983ed3a13e7a6b7c1dcf501e9c85fef14
tree18b5207d183d7f9857044a43d22199292287e382
parentd0a03e5affaa6847a94cb4771334835b672391ba
xfs: use the state defines in xfs_bmap_del_extent_real

Source kernel commit: 491f6f8abfa7a91d23b969be67ed476817bcefd7

Use the same defines as the other extent add and delete helpers, which
both improves code readability and trace point output.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
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_bmap.c