commit | 5e30c23d13919a718b22d4921dc5c0accc59da27 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Feb 07 14:06:46 2017 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Feb 09 10:50:25 2017 -0800 |
tree | ff415885bfd2a03df480855e3e367943a0fa8bd8 | |
parent | b20fe4730ea5c037c16631fb0df659c7b6d4b3b1 [diff] |
xfs: don't fail xfs_extent_busy allocation We don't just need the structure to track busy extents which can be avoided with a synchronous transaction, but also to keep track of pending discard. 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>