Re: [PATCH 03/13] xfs: embed the xlog_op_header in the unmount record
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-02-25 09:28:08
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-02-25 09:28:08
On Wed, Feb 24, 2021 at 05:34:49PM +1100, Dave Chinner wrote:
From: Dave Chinner <redacted> Remove another case where xlog_write() has to prepend an opheader to a log transaction. The unmount record + ophdr is smaller than the minimum amount of space guaranteed to be free in an iclog (2 * sizeof(ophdr)) and so we don't have to care about an unmount record being split across 2 iclogs. Signed-off-by: Dave Chinner <redacted>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>