On Mon, Feb 01, 2021 at 06:04:37PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Now that the only caller of this function is xfs_trans_alloc_ichange, > just open-code the meat of _chown_reserve in that caller. Drop the > (redundant) [ugp]id checks because xfs has a 1:1 relationship between > quota ids and incore dquots. Awesome, this is so much better than what we had before.. Reviewed-by: Christoph Hellwig <hch@xxxxxx>