Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbdFUSej (ORCPT ); Wed, 21 Jun 2017 14:34:39 -0400 Received: from esa3.hgst.iphmx.com ([216.71.153.141]:57427 "EHLO esa3.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750992AbdFUSeg (ORCPT ); Wed, 21 Jun 2017 14:34:36 -0400 X-IronPort-AV: E=Sophos;i="5.39,370,1493654400"; d="scan'208";a="27149605" From: Bart Van Assche To: "jejb@linux.vnet.ibm.com" , "linux-scsi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "martin.petersen@oracle.com" , "wangkefeng.wang@huawei.com" CC: "hch@lst.de" , "hare@suse.com" Subject: Re: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response Thread-Topic: [PATCH resend] scsi: fc: drop residual tsk_mgmt_response and it_nexus_response Thread-Index: AQHS6jnKXFUmbEQQQ0+BDZICHD6WNaIvpZgA Date: Wed, 21 Jun 2017 18:34:33 +0000 Message-ID: <1498070072.2746.19.camel@wdc.com> References: <1498013310-29253-1-git-send-email-wangkefeng.wang@huawei.com> In-Reply-To: <1498013310-29253-1-git-send-email-wangkefeng.wang@huawei.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: linux.vnet.ibm.com; dkim=none (message not signed) header.d=none;linux.vnet.ibm.com; dmarc=none action=none header.from=wdc.com; x-originating-ip: [63.163.107.100] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1;CY1PR0401MB1533;20:krkii6NaONXepznCPOVXZoIh7aXYRlztiMJvisoni8VcEdvXivkWwlVBIJtw7r2tnAV9EmuxHiUsb1HJ+lPUO5Chs2plUSUA1baZQPa/Du01RUXKbjVdmiQRkg/J5mzmeiDvnyh1hu5yXNE88LYJ9z3AEPr4qU0AqY4xA6BaLwc= x-ms-office365-filtering-correlation-id: 7d796227-4cc2-46d1-3cea-08d4b8d42966 x-ms-office365-filtering-ht: Tenant x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001)(2017030254075)(48565401081)(201703131423075)(201703031133081)(201702281549075);SRVR:CY1PR0401MB1533; x-ms-traffictypediagnostic: CY1PR0401MB1533: wdcipoutbound: EOP-TRUE x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(601004)(2401047)(8121501046)(5005006)(93006095)(93001095)(100000703101)(100105400095)(10201501046)(3002001)(6055026)(6041248)(20161123558100)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(20161123560025)(20161123562025)(20161123564025)(20161123555025)(6072148)(100000704101)(100105200095)(100000705101)(100105500095);SRVR:CY1PR0401MB1533;BCL:0;PCL:0;RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095);SRVR:CY1PR0401MB1533; x-forefront-prvs: 0345CFD558 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(39400400002)(39850400002)(39860400002)(39840400002)(39410400002)(39450400003)(24454002)(377424004)(3846002)(99286003)(102836003)(305945005)(122556002)(103116003)(6506006)(6436002)(6512007)(54906002)(66066001)(53936002)(5660300001)(38730400002)(6246003)(4326008)(6116002)(25786009)(2900100001)(189998001)(36756003)(72206003)(478600001)(14454004)(2906002)(3280700002)(86362001)(3660700001)(76176999)(54356999)(50986999)(2950100002)(8936002)(81166006)(8676002)(33646002)(229853002)(2501003)(6486002)(77096006)(7736002);DIR:OUT;SFP:1102;SCL:1;SRVR:CY1PR0401MB1533;H:CY1PR0401MB1536.namprd04.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="iso-8859-1" Content-ID: <5EB972BADC43F54D8D28E6260778D5ED@namprd04.prod.outlook.com> MIME-Version: 1.0 X-OriginatorOrg: wdc.com X-MS-Exchange-CrossTenant-originalarrivaltime: 21 Jun 2017 18:34:33.1819 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: b61c8803-16f3-4c35-9b17-6f65f441df86 X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR0401MB1533 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v5LIYnf4017124 Content-Length: 353 Lines: 11 On Wed, 2017-06-21 at 10:48 +0800, Kefeng Wang wrote: > After commit 556e26a70b64 ("scsi: remove tsk_mgmt_response and > it_nexus_response transport methods"), the target driver support > was removed totally. Drop the residua. Hello Kefeng, Did you mean "residual" instead of "residua"? Anyway: Reviewed-by: Bart Van Assche