From mboxrd@z Thu Jan 1 00:00:00 1970 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=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 719BBC4338F for ; Fri, 13 Aug 2021 16:31:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5BAD960F14 for ; Fri, 13 Aug 2021 16:31:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237013AbhHMQb5 (ORCPT ); Fri, 13 Aug 2021 12:31:57 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:33780 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236923AbhHMQbz (ORCPT ); Fri, 13 Aug 2021 12:31:55 -0400 Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 01C891FFDC; Fri, 13 Aug 2021 16:31:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1628872288; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6IIpDXLEWEav3fvx0zIsV+OGfhOmQluu3CqQ1kjOqeY=; b=ayIXpkBcDa8+p5qSEagjW5CEZFQncy1ZYR+9kg6aDonbK1Hn6U9BQCYF9HgHXi6q0woGCP 7h2DLeB3ZSxEhUzmusH7a2HCpKR89ADC0R+zVnjRKW4j4CCuiU/ebq5wLMVdrG7lzwi7Pz PoYD6oJYlVI8uHk54ShW7bQrYtI8tkQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1628872288; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6IIpDXLEWEav3fvx0zIsV+OGfhOmQluu3CqQ1kjOqeY=; b=5rNcdCYAxeE0wjkqfh/4UZZwdDvnrnB+vFgOVQhUzc70JN3+DHdtuWB1vLFZmSx584QWs1 qq7NNui08sz8+0CQ== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap1.suse-dmz.suse.de (Postfix) with ESMTPS id A642E137C3; Fri, 13 Aug 2021 16:31:27 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id EUWrJ1+eFmEOIgAAGKfGzw (envelope-from ); Fri, 13 Aug 2021 16:31:27 +0000 Subject: Re: [PATCH 3/3] scsi: Remove scsi_cmnd.tag To: John Garry , satishkh@cisco.com, sebaddel@cisco.com, kartilak@cisco.com, jejb@linux.ibm.com, martin.petersen@oracle.com Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, hch@lst.de, bvanassche@acm.org References: <1628862553-179450-1-git-send-email-john.garry@huawei.com> <1628862553-179450-4-git-send-email-john.garry@huawei.com> From: Hannes Reinecke Message-ID: <079f2fcf-c466-679c-7153-1127fbd8bda5@suse.de> Date: Fri, 13 Aug 2021 18:31:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <1628862553-179450-4-git-send-email-john.garry@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/13/21 3:49 PM, John Garry wrote: > It is never read, so get rid of it. > > Signed-off-by: John Garry > --- > drivers/scsi/scsi_lib.c | 1 - > include/scsi/scsi_cmnd.h | 1 - > 2 files changed, 2 deletions(-) > Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Kernel Storage Architect hare@suse.de +49 911 74053 688 SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 36809 (AG Nürnberg), Geschäftsführer: Felix Imendörffer