diff options
author | Stefan Haberland <sth@linux.ibm.com> | 2023-07-21 21:36:44 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-07-24 13:05:29 -0600 |
commit | 05f1d8ed03f547054efbc4d29bb7991c958ede95 (patch) | |
tree | 3fbe019e62ac837c48f574352bb3d7142084bb4b /scripts/gdb/linux/lists.py | |
parent | bb5faa99f0ce40756ab7bbbce4f16c01ca5ebd5a (diff) |
s390/dasd: fix hanging device after quiesce/resume
Quiesce and resume are functions that tell the DASD driver to stop/resume
issuing I/Os to a specific DASD.
On resume dasd_schedule_block_bh() is called to kick handling of IO
requests again. This does unfortunately not cover internal requests which
are used for path verification for example.
This could lead to a hanging device when a path event or anything else
that triggers internal requests occurs on a quiesced device.
Fix by also calling dasd_schedule_device_bh() which triggers handling of
internal requests on resume.
Fixes: 8e09f21574ea ("[S390] dasd: add hyper PAV support to DASD device driver, part 1")
Cc: stable@vger.kernel.org
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Link: https://lore.kernel.org/r/20230721193647.3889634-2-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions