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=-15.8 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,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 F05AEC47082 for ; Mon, 31 May 2021 14:49:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D431F60FF0 for ; Mon, 31 May 2021 14:49:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232185AbhEaOvU (ORCPT ); Mon, 31 May 2021 10:51:20 -0400 Received: from mx.cjr.nz ([51.158.111.142]:34918 "EHLO mx.cjr.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233991AbhEaOtP (ORCPT ); Mon, 31 May 2021 10:49:15 -0400 Received: from authenticated-user (mx.cjr.nz [51.158.111.142]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: pc) by mx.cjr.nz (Postfix) with ESMTPSA id 9400C7FC02; Mon, 31 May 2021 14:47:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cjr.nz; s=dkim; t=1622472453; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qJuMoqwILVb+N2IGSWtT1m1P73SBKtjiUw0oUcTLrHM=; b=dEs7vZf7HWzb5ZSRlZ8wdjQCIG+TzB3r7OS87X9o42eKSfROG5UrXIf4oh+/ljFnNUSZUY PdUD+A04WM0AXhqqslrGmF0bgvoWWlHBMhOoDbI7JdnIeoRyBWkp7VlanY84aLE87TQ84G 8NvLZYqi3uGhTfQwEBcNS+mHCQIv+wtYOyDA/5LQDsJGaF/CJHE4S+aHNI7mcXxZkU/4lP +W2ugYU6AMfkzzA3fgB7bbb+EuyTn79IK/eXlGEtTcv5WoP5JzwF0vnJQVrDXylSe16MsI ELUOJRgk6p0dXSG5Sdme7ZrrgjEun8FEvW8GD00tjyizjBdRIwoTqdzoAn9ENA== From: Paulo Alcantara To: YueHaibing , sfrench@samba.org Cc: linux-cifs@vger.kernel.org, samba-technical@lists.samba.org, linux-kernel@vger.kernel.org, YueHaibing Subject: Re: [PATCH -next] cifs: Remove unused inline function is_sysvol_or_netlogon() In-Reply-To: <20210529114848.19608-1-yuehaibing@huawei.com> References: <20210529114848.19608-1-yuehaibing@huawei.com> Date: Mon, 31 May 2021 11:47:27 -0300 Message-ID: <87eednot8g.fsf@cjr.nz> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org YueHaibing writes: > is_sysvol_or_netlogon() is never used, so can remove it. > > Signed-off-by: YueHaibing > --- > fs/cifs/dfs_cache.c | 11 ----------- > 1 file changed, 11 deletions(-) Reviewed-by: Paulo Alcantara (SUSE)