From patchwork Wed Dec 2 06:22:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chaitanya Kulkarni X-Patchwork-Id: 11944775 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6896C64E8A for ; Wed, 2 Dec 2020 06:24:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 71C3622202 for ; Wed, 2 Dec 2020 06:24:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728524AbgLBGYX (ORCPT ); Wed, 2 Dec 2020 01:24:23 -0500 Received: from esa6.hgst.iphmx.com ([216.71.154.45]:36496 "EHLO esa6.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728462AbgLBGYX (ORCPT ); Wed, 2 Dec 2020 01:24:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1606890264; x=1638426264; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=AZ0ASPEdFnz/BJCpcrFT1z2buOCvE1xQZBqdQG2WuUM=; b=KiX+g7t3T19GCfGMRbK306rCchJB9qoZyMmB2uvuQBP43eQMHgGnpNXY kQnUuZzUtqv4GQOyUgTZNL3sFbiZ1c8ZykZgBt0dF8OkHDHeXKp9p3RAe hajIu6aCDs2dAclv6bP7jBVFky31Ej3lrtE8KkIh7rWUkXSVR0cFr+qw4 eqxT9i/OhzItViN6UhL+BwaQIDq/iZlvLX99oxQxRxqMZ8q8Q6bRcpWJO /8XdqNwe1JLjEUxysjSFIRFgVDLgjpBUN5W6GSM6AxBDoWM64x7buSAj0 5SBjwl6s78pcVTQi0Xu9Puwncdd03mSSqa2ldwFXhFGW7EvZuq7sTkXgX g==; IronPort-SDR: hwkmERT3yucNFKHcJJ4ZAw0Js1XY4YQ0BF5Mypk86W1rOB+0C+bN+9VdASNyNTMRvQBZwEZLpl SwQbs+MyDvF8STSmUu6EuwmLip/sMWMpmQ+3Lo9tkXRhdwjxg5FbkGBMO//HZwI6s1rLQ2bpGX FEG21tRsn6GOEekvf4cx/PWeXxoHUapPn2ysQUe9FaYc7SaDWR62GTjHeZcZdm/a0sNPuvzZ8D xsor5nPXM0AXW02X3BnU2VmA4t52uRvZ3I8mRPa7DzBYMEBCRejaXR+6qBZE7ZSSezDxVVcP4L kBo= X-IronPort-AV: E=Sophos;i="5.78,385,1599494400"; d="scan'208";a="155194682" Received: from h199-255-45-14.hgst.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 02 Dec 2020 14:23:18 +0800 IronPort-SDR: rhY/RBUgcK1NxhxjiN5sOMu/4zsOyf6M480cu3cHaKKpaJOTYjw2j3ag4KTcHiHfcnD956wF0F g3kuxPrtf3fBjCXNc0P3a2BhOErCFk0Sc= Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 22:08:53 -0800 IronPort-SDR: fvXvnYvW9CCbCNopboqCW4f6IOoKH6Nck7dA8qsIR76ZNVYo2e/bbbjNBVwvIGFL5YW+QXrNLm ves4U1GKZuQQ== WDCIronportException: Internal Received: from vm.labspan.wdc.com (HELO vm.sc.wdc.com) ([10.6.137.102]) by uls-op-cesaip02.wdc.com with ESMTP; 01 Dec 2020 22:23:18 -0800 From: Chaitanya Kulkarni To: linux-block@vger.kernel.org, linux-nvme@lists.infradead.org Cc: sagi@grimberg.me, hch@lst.de, damien.lemoal@wdc.com, johannes.thumshirn@wdc.com, Chaitanya Kulkarni Subject: [PATCH V4 3/9] nvmet: trim down id-desclist to use req->ns Date: Tue, 1 Dec 2020 22:22:21 -0800 Message-Id: <20201202062227.9826-4-chaitanya.kulkarni@wdc.com> X-Mailer: git-send-email 2.22.1 In-Reply-To: <20201202062227.9826-1-chaitanya.kulkarni@wdc.com> References: <20201202062227.9826-1-chaitanya.kulkarni@wdc.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org In this prep patch we remove the extra local variable struct nvmet_ns in nvmet_execute_identify_desclist() since req already has the member that can be reused, this also eliminates the explicit call to nvmet_put_namespace() which is already present in the request completion path. This reduces the arguments to the function in the following patch to implement the ZNS for bdev-ns so we can get away with passing the req argument instead of req and ns. Signed-off-by: Chaitanya Kulkarni --- drivers/nvme/target/admin-cmd.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/drivers/nvme/target/admin-cmd.c b/drivers/nvme/target/admin-cmd.c index 509fd8dcca0c..c64b40c631e0 100644 --- a/drivers/nvme/target/admin-cmd.c +++ b/drivers/nvme/target/admin-cmd.c @@ -603,37 +603,35 @@ u16 nvmet_copy_ns_identifier(struct nvmet_req *req, u8 type, u8 len, static void nvmet_execute_identify_desclist(struct nvmet_req *req) { - struct nvmet_ns *ns; u16 status = 0; off_t off = 0; - ns = nvmet_find_namespace(req->sq->ctrl, req->cmd->identify.nsid); - if (!ns) { + req->ns = nvmet_find_namespace(req->sq->ctrl, req->cmd->identify.nsid); + if (!req->ns) { req->error_loc = offsetof(struct nvme_identify, nsid); status = NVME_SC_INVALID_NS | NVME_SC_DNR; goto out; } - if (memchr_inv(&ns->uuid, 0, sizeof(ns->uuid))) { + if (memchr_inv(&req->ns->uuid, 0, sizeof(req->ns->uuid))) { status = nvmet_copy_ns_identifier(req, NVME_NIDT_UUID, NVME_NIDT_UUID_LEN, - &ns->uuid, &off); + &req->ns->uuid, &off); if (status) - goto out_put_ns; + goto out; } - if (memchr_inv(ns->nguid, 0, sizeof(ns->nguid))) { + if (memchr_inv(req->ns->nguid, 0, sizeof(req->ns->nguid))) { status = nvmet_copy_ns_identifier(req, NVME_NIDT_NGUID, NVME_NIDT_NGUID_LEN, - &ns->nguid, &off); + &req->ns->nguid, &off); if (status) - goto out_put_ns; + goto out; } if (sg_zero_buffer(req->sg, req->sg_cnt, NVME_IDENTIFY_DATA_SIZE - off, off) != NVME_IDENTIFY_DATA_SIZE - off) status = NVME_SC_INTERNAL | NVME_SC_DNR; -out_put_ns: - nvmet_put_namespace(ns); + out: nvmet_req_complete(req, status); }