Re: [PATCH 04/16] xfs: clean up xfs_inactive a little bit
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-06-16 08:23:55
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-06-16 08:23:55
On Sun, Jun 13, 2021 at 10:20:18AM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> Move the dqattach further up in xfs_inactive. In theory we should always have dquots attached if there are CoW blocks, but this makes the usage pattern more consistent with the rest of xfs (attach dquots, then start making changes).
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>