On Thu, 8 Oct 2020 15:13:35 +0200 Stefan Haberland <sth@xxxxxxxxxxxxx> wrote: > From: Jan Höppner <hoeppner@xxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxx> > Reviewed-by: Stefan Haberland <sth@xxxxxxxxxxxxx> > Signed-off-by: Stefan Haberland <sth@xxxxxxxxxxxxx> > --- > drivers/s390/block/dasd.c | 4 +- > drivers/s390/block/dasd_eckd.c | 78 +++++++++++++++++++--------------- > drivers/s390/block/dasd_int.h | 1 + > 3 files changed, 47 insertions(+), 36 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>