Re: [PATCH 08/11] xfs: force inode inactivation and retry fs writes when there isn't space
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-15 18:55:54
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-15 18:55:54
On Wed, Mar 10, 2021 at 07:06:25PM -0800, Darrick J. Wong wrote:
+ error = xfs_inode_walk(mp, 0, xfs_blockgc_scan_inode, eofb, XFS_ICI_BLOCKGC_TAG);
Nit: strange double whitespace here.