Re: [PATCH 1/1] block: Check the queue limit before bio submitting

From: Christoph Hellwig
Date: Fri Nov 03 2023 - 04:15:47 EST


You need to look into the splitting code to see why the splits are
suboptimal for your device. We can't limit the upper bio size as
we have code relying on it not having arbitrary limits.