From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:35686 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730538AbgJHOtT (ORCPT ); Thu, 8 Oct 2020 10:49:19 -0400 Date: Thu, 8 Oct 2020 16:48:56 +0200 From: Cornelia Huck Subject: Re: [PATCH v2 09/10] s390/dasd: Prepare for additional path event handling Message-ID: <20201008164856.6b61f2ba.cohuck@redhat.com> In-Reply-To: <20201008131336.61100-10-sth@linux.ibm.com> References: <20201008131336.61100-1-sth@linux.ibm.com> <20201008131336.61100-10-sth@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-ID: To: Stefan Haberland Cc: Jens Axboe , linux-block@vger.kernel.org, Jan Hoeppner , linux-s390@vger.kernel.org, Heiko Carstens , Vasily Gorbik , Christian Borntraeger On Thu, 8 Oct 2020 15:13:35 +0200 Stefan Haberland wrote: > From: Jan H=C3=B6ppner >=20 > 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. >=20 > Signed-off-by: Jan H=C3=B6ppner > Reviewed-by: Stefan Haberland > Signed-off-by: Stefan Haberland > --- > 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