Re: [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio
From: Christoph Hellwig <hch@lst.de>
Date: 2021-01-22 10:22:12
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@lst.de>
Date: 2021-01-22 10:22:12
Also in:
linux-fsdevel
On Thu, Jan 21, 2021 at 08:35:49PM +1100, Dave Chinner wrote:
Why not use the ((offset | length) & mp->blockmask) form of alignment checking here?
Sure. I'ĺl switch to that.
Reviewed-by: Dave Chinner <redacted>
Given that the original patch and thus credit is yours this doesn't make sense to add, though.