Re: [PATCH 1/5] xfs: flush data dev on external log write
From: Christoph Hellwig <hch@infradead.org> Date: 2021-07-22 06:41:52
On Thu, Jul 22, 2021 at 11:53:31AM +1000, Dave Chinner wrote:
From: Dave Chinner <redacted>
We incorrectly flush the log device instead of the data device when
trying to ensure metadata is correctly on disk before writing the
unmount record.
Fixes: eef983ffeae7 ("xfs: journal IO cache flush reductions")
Signed-off-by: Dave Chinner <redacted>
Ooops, looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>