Re: [PATCH 4/6] xfs: pass struct xfs_eofblocks to the inode scan callback
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-26 06:10:31
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-26 06:10:31
On Thu, Mar 25, 2021 at 05:21:35PM -0700, Darrick J. Wong wrote:
From: Darrick J. Wong <djwong@kernel.org> Pass a pointer to the actual eofb structure around the inode scanner functions instead of a void pointer, now that none of the functions is used as a callback.
Looks so good that it could be from me :) Reviewed-by: Christoph Hellwig <hch@lst.de>