Re: [PATCH 3/4] loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
From: Damien Le Moal <dlemoal@kernel.org>
Date: 2025-02-04 00:56:56
From: Damien Le Moal <dlemoal@kernel.org>
Date: 2025-02-04 00:56:56
On 1/31/25 21:00, Christoph Hellwig wrote:
We can't go below the minimum direct I/O size no matter if direct I/O is enabled by passing in an O_DIRECT file descriptor or due to the explicit flag. Now that LO_FLAGS_DIRECT_IO is set earlier after assigning a backing file, loop_default_blocksize can check it instead of the O_DIRECT flag to handle both conditions. Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org> -- Damien Le Moal Western Digital Research