Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3127109pxb; Tue, 19 Jan 2021 14:41:18 -0800 (PST) X-Google-Smtp-Source: ABdhPJzJ1VFqp1V4fS0sQhSO4HmhSi8vMKGKaefEyOJYiwkJgBzJCRgaDd4pg71Kd4gCsdVGSuj/ X-Received: by 2002:a17:906:3094:: with SMTP id 20mr4240658ejv.218.1611096078544; Tue, 19 Jan 2021 14:41:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611096078; cv=none; d=google.com; s=arc-20160816; b=iuZKPn/4Dtm9fyGuqtPd0LfknVPtphc9u5kuditDfYKGLKTCFhJyyzFcEtowRplLnD i8db2iiFpO6CONoY1TrgDRV1nCchm3MTTpvvDVi4dt7A+Hm/8jpQdgGot2IhM2wJ+YcD 4nsm7LsOU8EOTJveffAQwIdQiPr6o+I63mXVRf+aZYa+UpeUD8IvwZkWzsNS1cR7cr6/ FeYHCQrceRbGEvbE3re1x61K6U8B7tRE+TaO4HOrmIuaw8ywEGeptSFYfZwF99WGQXCY sOXBgYdpadfrK22qH5Ggxe27ISsGNa89hFpG/OAV+t1ZbOsm6esoH5iFAsShh8CPCVL7 RX8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from:dkim-filter; bh=W/Fz4SHqNJqphYx4cIFGjZTDWWapqTT9VqiTzuVJ33o=; b=N6U9FjBd4fR2ekk3hVaWg+kfIQ2RclI/KbNSt2WglzA0/zwKaEYt46KE5FlF/y6P20 DxCKdmINv3JaRSjhbaizvHhQt37AbFjGyDswMBQQ0j4SCcDer+9AtCCcf5XmfVHs/oAT 0KLHjD+A6mecpw5dRzZJDqJ+Drhw2O098hiswAw6jqn93BAy7F5bVt+METJVkeF8IMxr 2kBuxXaGncpkk9XnV8ClzTd4LfaNNlqhKotCeGI9cEmlSxl2jU+uPxtxLXidco+E5ltP B9jrx6dn25iySwKt0YvKJjormvFhPBPvgpWKs/gQhzs9UsQJou36blMxoLdiwNXGbZXh ZI2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m19si115532edv.64.2021.01.19.14.40.58; Tue, 19 Jan 2021 14:41:18 -0800 (PST) Received-SPF: pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726828AbhASWhx (ORCPT + 99 others); Tue, 19 Jan 2021 17:37:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728591AbhASWg6 (ORCPT ); Tue, 19 Jan 2021 17:36:58 -0500 Received: from fieldses.org (fieldses.org [IPv6:2600:3c00:e000:2f7::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76224C061793 for ; Tue, 19 Jan 2021 14:35:36 -0800 (PST) Received: by fieldses.org (Postfix, from userid 2815) id 825EC6C0D; Tue, 19 Jan 2021 17:35:35 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.11.0 fieldses.org 825EC6C0D From: "J. Bruce Fields" To: Chuck Lever Cc: linux-nfs@vger.kernel.org, "J. Bruce Fields" Subject: [PATCH 6/8] nfsd: remove unused set_clientid argument Date: Tue, 19 Jan 2021 17:35:27 -0500 Message-Id: <1611095729-31104-7-git-send-email-bfields@redhat.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1611095729-31104-1-git-send-email-bfields@redhat.com> References: <1611095729-31104-1-git-send-email-bfields@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org From: "J. Bruce Fields" Every caller is setting this argument to false, so we don't need it. Also clarify comments a little. Signed-off-by: J. Bruce Fields --- fs/nfsd/nfs4state.c | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 01191d2dddc8..2c580ef6e337 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -4648,8 +4648,7 @@ static struct nfs4_client *lookup_clientid(clientid_t *clid, bool sessions, static __be32 set_client(clientid_t *clid, struct nfsd4_compound_state *cstate, - struct nfsd_net *nn, - bool sessions) + struct nfsd_net *nn) { if (cstate->clp) { if (!same_clid(&cstate->clp->cl_clientid, clid)) @@ -4658,13 +4657,10 @@ static __be32 set_client(clientid_t *clid, } if (STALE_CLIENTID(clid, nn)) return nfserr_stale_clientid; - /* - * For v4.1+ we get the client in the SEQUENCE op. If we don't have one - * cached already then we know this is for is for v4.0 and "sessions" - * will be false. - */ + /* For v4.1+ we should have gotten the client in the SEQUENCE op: */ WARN_ON_ONCE(cstate->session); - cstate->clp = lookup_clientid(clid, sessions, nn); + /* So we're looking for a 4.0 client (sessions = false): */ + cstate->clp = lookup_clientid(clid, false, nn); if (!cstate->clp) return nfserr_expired; return nfs_ok; @@ -4688,7 +4684,7 @@ nfsd4_process_open1(struct nfsd4_compound_state *cstate, if (open->op_file == NULL) return nfserr_jukebox; - status = set_client(clientid, cstate, nn, false); + status = set_client(clientid, cstate, nn); if (status) return status; clp = cstate->clp; @@ -5298,7 +5294,7 @@ nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd_net *nn = net_generic(SVC_NET(rqstp), nfsd_net_id); trace_nfsd_clid_renew(clid); - status = set_client(clid, cstate, nn, false); + status = set_client(clid, cstate, nn); if (status) return status; clp = cstate->clp; @@ -5681,7 +5677,7 @@ nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate, if (ZERO_STATEID(stateid) || ONE_STATEID(stateid) || CLOSE_STATEID(stateid)) return nfserr_bad_stateid; - status = set_client(&stateid->si_opaque.so_clid, cstate, nn, false); + status = set_client(&stateid->si_opaque.so_clid, cstate, nn); if (status == nfserr_stale_clientid) { if (cstate->session) return nfserr_bad_stateid; @@ -6905,7 +6901,7 @@ nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, return nfserr_inval; if (!nfsd4_has_session(cstate)) { - status = set_client(&lockt->lt_clientid, cstate, nn, false); + status = set_client(&lockt->lt_clientid, cstate, nn); if (status) goto out; } @@ -7089,7 +7085,7 @@ nfsd4_release_lockowner(struct svc_rqst *rqstp, dprintk("nfsd4_release_lockowner clientid: (%08x/%08x):\n", clid->cl_boot, clid->cl_id); - status = set_client(clid, cstate, nn, false); + status = set_client(clid, cstate, nn); if (status) return status; @@ -7236,7 +7232,7 @@ nfs4_check_open_reclaim(clientid_t *clid, __be32 status; /* find clientid in conf_id_hashtbl */ - status = set_clientid(clid, cstate, nn, false); + status = set_clientid(clid, cstate, nn); if (status) return nfserr_reclaim_bad; -- 2.29.2