Re: [PATCH 08/10] xfs_repair: allow setting the needsrepair flag
From: Eric Sandeen <hidden>
Date: 2021-02-09 14:42:18
From: Eric Sandeen <hidden>
Date: 2021-02-09 14:42:18
On 2/9/21 3:15 AM, Christoph Hellwig wrote:
On Mon, Feb 08, 2021 at 08:10:49PM -0800, Darrick J. Wong wrote:quoted
From: Darrick J. Wong <djwong@kernel.org> Quietly set up the ability to tell xfs_repair to set NEEDSREPAIR at program start and (presumably) clear it by the end of the run. This code isn't terribly useful to users; it's mainly here so that fstests can exercise the functionality.What does the quietly above mean?
I think it means "don't document it in the man page, this is a secret for XFS developers and testers"
Otherwise this looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>