xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
authorChristoph Hellwig <hch@lst.de>
Tue, 17 Oct 2017 21:16:22 +0000 (14:16 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:21 +0000 (15:38 -0700)
commit0173c689ff4c0855e24ceb898274af1339b5db48
tree67dc625caf25928ebb5cf49477d5c51eddbdd7fa
parent1b24b633aafe4729c468f4144246709cdbda0f35
xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}

Use the _FILLING values to match the usage in the xfs_bmap_add_extent_*
helpers.  No change in behavior, just better naming in the code and
tracepoint output.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Brian Foster <bfoster@redhat.com>
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>
fs/xfs/libxfs/xfs_bmap.c