[PATCH RFC 06/16] block: Limit atomic writes according to bio and queue limits

Keith Busch kbusch at kernel.org
Wed May 3 11:53:43 PDT 2023


On Wed, May 03, 2023 at 06:38:11PM +0000, John Garry wrote:
> +	unsigned int size = (atomic_write_max_segments - 1) *
> +				(PAGE_SIZE / SECTOR_SIZE);

Maybe use PAGE_SECTORS instead of recalculating it.



More information about the Linux-nvme mailing list