xfs: print dangling delalloc extents
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Oct 2018 06:20:11 +0000 (17:20 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Oct 2018 06:20:11 +0000 (17:20 +1100)
commit4831822ff12e9f2bc084da892045551fdf3d112c
treeffa6da79edbdbab1bb4b51a2ab4f98d4fd2ce110
parent032dc923b2baef87db6c812f6e8bebcb7638cab8
xfs: print dangling delalloc extents

Instead of just asserting that we have no delalloc space dangling
in an inode that gets freed print the actual offenders for debug
mode.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_super.c