diff options
author | Stefan Haberland <sth@linux.ibm.com> | 2021-05-25 14:50:06 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-05-25 20:54:00 +0200 |
commit | c0c8a8397fa8a74d04915f4d3d28cb4a5d401427 (patch) | |
tree | 3370ba208b9794b5124daa151b715b0b71d5c162 /drivers/s390/block/dasd_int.h | |
parent | block: fix a race between del_gendisk and BLKRRPART (diff) | |
download | linux-c0c8a8397fa8a74d04915f4d3d28cb4a5d401427.tar.xz linux-c0c8a8397fa8a74d04915f4d3d28cb4a5d401427.zip |
s390/dasd: add missing discipline function
Fix crash with illegal operation exception in dasd_device_tasklet.
Commit b72949328869 ("s390/dasd: Prepare for additional path event handling")
renamed the verify_path function for ECKD but not for FBA and DIAG.
This leads to a panic when the path verification function is called for a
FBA or DIAG device.
Fix by defining a wrapper function for dasd_generic_verify_path().
Fixes: b72949328869 ("s390/dasd: Prepare for additional path event handling")
Cc: <stable@vger.kernel.org> #5.11
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Link: https://lore.kernel.org/r/20210525125006.157531-2-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/s390/block/dasd_int.h')
-rw-r--r-- | drivers/s390/block/dasd_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h index 1c59b0e86a9f..155428bfed8a 100644 --- a/drivers/s390/block/dasd_int.h +++ b/drivers/s390/block/dasd_int.h @@ -297,7 +297,6 @@ struct dasd_discipline { * e.g. verify that new path is compatible with the current * configuration. */ - int (*verify_path)(struct dasd_device *, __u8); int (*pe_handler)(struct dasd_device *, __u8, __u8); /* |