On Thu, Apr 14, 2022 at 11:49:14AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Currently, we don't let an internal log consume every last block in an > AG. According to the comment, we're doing this to avoid tripping AGF > verifiers if freeblks==0, but on a modern filesystem this isn't > sufficient to avoid problems because we need to have enough space in the > AG to allocate an aligned root inode chunk, if it should be the case > that the log also ends up in AG 0: Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>