On Jul 04, 2025 / 19:54, Shin'ichiro Kawasaki wrote: > Commit e2805c7911a4 ("common/null_blk: Log null_blk configuration > parameters") introduced the write to the $FULL file in > _configure_null_blk(). However, the $FULL file is not available when > _configure_null_blk() is called in the fallback_device() context. In > this case, the write fails with the error "No such file or directory". > To avoid the error, confirm that $FULL is available before write to it. > > Fixes: e2805c7911a4 ("common/null_blk: Log null_blk configuration parameters") > Link: https://github.com/linux-blktests/blktests/issues/187 > Reported-by: Yi Zhang <yi.zhang@xxxxxxxxxx> > Suggested-by: Bart Van Assche <bvanassche@xxxxxxx> > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> FYI, I have applied this patch.