summaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dasd_int.h
diff options
context:
space:
mode:
authorJan Höppner <hoeppner@linux.ibm.com>2020-10-08 15:13:35 +0200
committerJens Axboe <axboe@kernel.dk>2020-11-16 16:14:38 +0100
commitb72949328869dfd45f6452c2410647afd7db5f1a (patch)
tree7e3fd389e8b31e68bda9a443330cfbffeff542e6 /drivers/s390/block/dasd_int.h
parents390/dasd: Display FC Endpoint Security information via sysfs (diff)
downloadlinux-b72949328869dfd45f6452c2410647afd7db5f1a.tar.xz
linux-b72949328869dfd45f6452c2410647afd7db5f1a.zip
s390/dasd: Prepare for additional path event handling
As more path events need to be handled for ECKD the current path verification infrastructure can be reused. Rename all path verifcation code to fit the more broadly based task of path event handling and put the path verification in a new separate function. Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/block/dasd_int.h b/drivers/s390/block/dasd_int.h
index e6823464acca..4cfed3b6d9a6 100644
--- a/drivers/s390/block/dasd_int.h
+++ b/drivers/s390/block/dasd_int.h
@@ -298,6 +298,7 @@ struct dasd_discipline {
* configuration.
*/
int (*verify_path)(struct dasd_device *, __u8);
+ int (*pe_handler)(struct dasd_device *, __u8);
/*
* Last things to do when a device is set online, and first things