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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6190E95A91 for ; Mon, 9 Oct 2023 06:57:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345027AbjJIG5W (ORCPT ); Mon, 9 Oct 2023 02:57:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234280AbjJIG5V (ORCPT ); Mon, 9 Oct 2023 02:57:21 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBA92A3; Sun, 8 Oct 2023 23:57:18 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (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-out1.suse.de (Postfix) with ESMTPS id 7CBC721862; Mon, 9 Oct 2023 06:57:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1696834637; 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=YSRAEN+aboagDYRPfFZayqNpCGpP2eo/WKk9gPoVfjk=; b=jJ/lkWkcRv5TshYwTlhAtxJi087SAOjk7StOJ91t076+mH+hmZf6GawBon21bju47R+FWL OT1UbYInYuLSpJKo9XgoNQe5hQLqDgvpmK4NlOeRn1FMxRyA5n6SRxV3rDcyGyGOK9U6zy Gpq+gUidQdrByUQTmClYe3qvs94hwcQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1696834637; 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=YSRAEN+aboagDYRPfFZayqNpCGpP2eo/WKk9gPoVfjk=; b=V/7Hvi3D+oJyCZafyEkGJ7FmoEaHfbm2hDcKIrSvlCzSY2dZ/3csflxAC0s1Zyp7tc8DPC cIfASPlua59MCJBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (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 imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 18A9D13586; Mon, 9 Oct 2023 06:57:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id mJ4HA02kI2XLEQAAMHmgww (envelope-from ); Mon, 09 Oct 2023 06:57:17 +0000 Message-ID: Date: Mon, 9 Oct 2023 08:57:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 09/10] scsi: libsas: Delete sas_ata_task.stp_affil_pol Content-Language: en-US To: John Garry , jejb@linux.ibm.com, martin.petersen@oracle.com, chenxiang66@hisilicon.com, artur.paszkiewicz@intel.com, yanaijie@huawei.com, jinpu.wang@cloud.ionos.com Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, dlemoal@kernel.org References: <20230814141022.36875-1-john.g.garry@oracle.com> <20230814141022.36875-10-john.g.garry@oracle.com> From: Hannes Reinecke In-Reply-To: <20230814141022.36875-10-john.g.garry@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On 8/14/23 16:10, John Garry wrote: > Since libsas was introduced in commit 2908d778ab3e ("[SCSI] aic94xx: new > driver"), sas_ata_task.stp_affil_pol is never set, so delete it and the > reference in asd_build_ata_ascb(). > > Signed-off-by: John Garry > --- > drivers/scsi/aic94xx/aic94xx_task.c | 6 +----- > include/scsi/libsas.h | 1 - > 2 files changed, 1 insertion(+), 6 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: Ivo Totev, Andrew Myers, Andrew McDonald, Martje Boudien Moerman