Re: [PATCH 1/9] xfs: sync lazy sb accounting on quiesce of read-only mounts
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-11 17:40:13
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-01-11 17:40:13
On Wed, Jan 06, 2021 at 12:41:19PM -0500, Brian Foster wrote:
Update xfs_log_sbcount() to use the same logic xfs_log_unmount_write() uses to determine when to write an unmount record.
But it isn't the same old logic - a shutdown check is added as well.