On Thu, Oct 22, 2020 at 08:47:39AM -0700, Keith Busch wrote: > The block layer provides special status codes when requests go beyond > the zone resource limits. Use these codes instead of the generic IOERR > for requests that exceed the max active or open limits the null_blk > device was configured with so that applications know how these special > conditions should be handled. > > Cc: Damien Le Moal <damien.lemoal@xxxxxxx> > Cc: Niklas Cassel <niklas.cassel@xxxxxxx> > Signed-off-by: Keith Busch <kbusch@xxxxxxxxxx> > --- Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxx>