xfs: remove xfs_trans_unreserve_quota_nblks completely
authorDarrick J. Wong <djwong@kernel.org>
Wed, 27 Jan 2021 01:23:30 +0000 (17:23 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 3 Feb 2021 17:18:49 +0000 (09:18 -0800)
commit35b1101099e85af74a46b8e36f4d1fdac0367ffd
treecda160dcae123004c563ecd1cebfe54c756aa428
parent8554650003b8a66f3dd357692ab73101d088d938
xfs: remove xfs_trans_unreserve_quota_nblks completely

xfs_trans_cancel will release all the quota resources that were reserved
on behalf of the transaction, so get rid of the explicit unreserve step.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_quota.h
fs/xfs/xfs_reflink.c