Message ID | 20201002193940.24012-8-sth@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <SRS0=oVJv=DJ=vger.kernel.org=linux-block-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E6481139F for <patchwork-linux-block@patchwork.kernel.org>; Fri, 2 Oct 2020 19:54:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A81B720758 for <patchwork-linux-block@patchwork.kernel.org>; Fri, 2 Oct 2020 19:54:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ibm.com header.i=@ibm.com header.b="jSm4f5o2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725300AbgJBTyz (ORCPT <rfc822;patchwork-linux-block@patchwork.kernel.org>); Fri, 2 Oct 2020 15:54:55 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:44460 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725283AbgJBTyy (ORCPT <rfc822;linux-block@vger.kernel.org>); Fri, 2 Oct 2020 15:54:54 -0400 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 092JhpGl051123; Fri, 2 Oct 2020 15:54:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ibm.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type : content-transfer-encoding; s=pp1; bh=YHS3hcOv/2jl1vqWq9+roZkZsNezPrBLtyEXOqSzBYA=; b=jSm4f5o2gykviz/bhZyY/zaTzifbTOCn0eolnQuGBHV1n20MZfML6n9VN5HjH+h428xV L3bJOwQnc2UjrD8r9UeyWALMfuRZgvdr4Ou5j1BT5o3peAnn56ile82ExsxGFvhzE7se w3GhQ0WQ6pfXRy6J82wlOrWtyP6BVPSumhhcC2z5A0YTs2yCM5DjCe8BtMaRY9XAaz3+ 6Sg9vs139TqXT8qWXzYK4mG0KqyooYvo1YcRADM6CYZ+2JvZGmg50KsW59YttFhW5miy yyF5zZt0YzQTKyIRNUJ+KWVxxnrmx2PxXvnnODAxbOrA1ws68l3h1unEsYZsftTlDl5M kw== Received: from ppma05fra.de.ibm.com (6c.4a.5195.ip4.static.sl-reverse.com [149.81.74.108]) by mx0b-001b2d01.pphosted.com with ESMTP id 33xam8g795-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 02 Oct 2020 15:54:53 -0400 Received: from pps.filterd (ppma05fra.de.ibm.com [127.0.0.1]) by ppma05fra.de.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 092Jcb43013251; Fri, 2 Oct 2020 19:39:44 GMT Received: from b06avi18878370.portsmouth.uk.ibm.com (b06avi18878370.portsmouth.uk.ibm.com [9.149.26.194]) by ppma05fra.de.ibm.com with ESMTP id 33sw983m83-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 02 Oct 2020 19:39:44 +0000 Received: from d06av22.portsmouth.uk.ibm.com (d06av22.portsmouth.uk.ibm.com [9.149.105.58]) by b06avi18878370.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 092JdfUw18219412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 2 Oct 2020 19:39:41 GMT Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 788E94C046; Fri, 2 Oct 2020 19:39:41 +0000 (GMT) Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 66D7F4C040; Fri, 2 Oct 2020 19:39:41 +0000 (GMT) Received: from tuxmaker.boeblingen.de.ibm.com (unknown [9.152.85.9]) by d06av22.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Fri, 2 Oct 2020 19:39:41 +0000 (GMT) Received: by tuxmaker.boeblingen.de.ibm.com (Postfix, from userid 20191) id B2C00E0360; Fri, 2 Oct 2020 21:39:40 +0200 (CEST) From: Stefan Haberland <sth@linux.ibm.com> To: axboe@kernel.dk Cc: linux-block@vger.kernel.org, hoeppner@linux.ibm.com, linux-s390@vger.kernel.org, heiko.carstens@de.ibm.com, gor@linux.ibm.com, borntraeger@de.ibm.com Subject: [PATCH 07/10] s390/dasd: Fix operational path inconsistency Date: Fri, 2 Oct 2020 21:39:37 +0200 Message-Id: <20201002193940.24012-8-sth@linux.ibm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201002193940.24012-1-sth@linux.ibm.com> References: <20201002193940.24012-1-sth@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-10-02_14:2020-10-02,2020-10-02 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=823 malwarescore=0 impostorscore=0 lowpriorityscore=0 suspectscore=1 clxscore=1015 phishscore=0 priorityscore=1501 adultscore=0 bulkscore=0 mlxscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010020141 Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series |
DASD FC endpoint security
|
expand
|
diff --git a/drivers/s390/block/dasd_eckd.c b/drivers/s390/block/dasd_eckd.c index 274f79869b7c..271768e4606c 100644 --- a/drivers/s390/block/dasd_eckd.c +++ b/drivers/s390/block/dasd_eckd.c @@ -1029,6 +1029,7 @@ static void dasd_eckd_clear_conf_data(struct dasd_device *device) device->path[i].cssid = 0; device->path[i].ssid = 0; device->path[i].chpid = 0; + dasd_path_notoper(device, i); } }