]> git.itanic.dy.fi Git - linux-stable/commit
s390/dasd: add aq_requeue sysfs attribute
authorStefan Haberland <sth@linux.ibm.com>
Wed, 5 Apr 2023 14:20:14 +0000 (16:20 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Apr 2023 01:53:08 +0000 (19:53 -0600)
commitbdac94e29564bab9f24c2700f16ff11f31af7c11
tree241be86af94c770ce65687c4901169610adb2c92
parent9558a8e9d4a681e67b3abe9cabf3e3d8825af57e
s390/dasd: add aq_requeue sysfs attribute

Add a sysfs attribute to control if all IO requests will be requeued to
the blocklayer in case of an autoquiesce event or not.

A value of 1 means that in case of an autoquiesce event all IO requests
will be requeued to the blocklayer.

A value of 0 means that the device will only be stopped.

Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Link: https://lore.kernel.org/r/20230405142017.2446986-5-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd_devmap.c