]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
authorChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 18:04:43 +0000 (11:04 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 26 Oct 2017 22:38:26 +0000 (15:38 -0700)
commit97f335418b213422226950f83a75dd5df42b685c
treeb7cf3e753171b6efbb09a824310637f072f9fd12
parent86de39e20dd12de0b75cbad10474fadcdbeb481c
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real

We already have all the information about the fork a=D1=95 well as additional
tracing information, so pass that to xfs_iext_remove().

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_bmap.c