On 1/29/2024 8:21 PM, Shin'ichiro Kawasaki wrote: > Allow setting shared_tags through configfs, which could only be set as a > module parameter. For that purpose, delay tag_set initialization from > null_init() to null_add_dev(). Refer tag_set.ops as the flag to check if > tag_set is initialized or not. > > The following parameters can not be set through configfs yet: > > timeout > requeue > init_hctx > > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- I believe it is passing shared tag blktests, with that it looks good to me. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck