diff options
author | Jan Höppner <hoeppner@linux.ibm.com> | 2020-10-08 15:13:35 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-11-16 16:14:38 +0100 |
commit | b72949328869dfd45f6452c2410647afd7db5f1a (patch) | |
tree | 7e3fd389e8b31e68bda9a443330cfbffeff542e6 /drivers/s390/block/dasd_int.h | |
parent | s390/dasd: Display FC Endpoint Security information via sysfs (diff) | |
download | linux-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.h | 1 |
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 |