From patchwork Fri Feb 24 00:15:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rasmus Villemoes X-Patchwork-Id: 9589161 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D149D601AE for ; Fri, 24 Feb 2017 00:17:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DC16C2875B for ; Fri, 24 Feb 2017 00:17:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D035D2876A; Fri, 24 Feb 2017 00:17:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 85E9F2875B for ; Fri, 24 Feb 2017 00:17:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752896AbdBXARW (ORCPT ); Thu, 23 Feb 2017 19:17:22 -0500 Received: from mail-wr0-f175.google.com ([209.85.128.175]:35122 "EHLO mail-wr0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752154AbdBXARN (ORCPT ); Thu, 23 Feb 2017 19:17:13 -0500 Received: by mail-wr0-f175.google.com with SMTP id g10so1848296wrg.2 for ; Thu, 23 Feb 2017 16:16:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=from:to:cc:subject:date:message-id; bh=CPFvqywAztWoJbAFi7JAj0Jb6Lp1Blvr9SA+WGlHeFE=; b=HSFHW00NwD27J+ZgBUW+iXw2sMSZpb/YiMD23mmdtfEUvEsCu5pSF2RkCo2VS2D2tY O6iz8lE9mJRHscqeOheS9/d71TywlbpnBKuL3rPkJqQ9PwETQdsaG2c9NaXUflnY1xSf HqtsVZGB9CxEGF1WuZUdS84/GqOkLGus/j7ZQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=CPFvqywAztWoJbAFi7JAj0Jb6Lp1Blvr9SA+WGlHeFE=; b=RzSoMz/j4gkyLE5BUpI/rnR2P3rpw2f13hQvhttL8qGLG9xgAnqxAgVaaWyjUO2DVg l9k1MmVQVz3qsolDmBzPL/Pa06R8n2H7gPdMFuY6ZVdoR5LJUopft7lcljRpEBpJ5kx7 WpjdXs/Rd3IYBW7VXuf2tNCQ1sjt29S9tozNC+L0PLjQ8DERgi3lFKp2gI7t6NPEJUf8 SjTjKj92HQWso9yYsSFgC/bb+AN5PHN/GTC4VOtTt8OpNDjKlcu4wcJ2COEihgrLUunk K7TPVdbJrRIipAep2C5JTFMbbFRGHwqSsmBHjygYBUxM4BNYLAM0BwHvP3+/LdGj+zy8 CUgQ== X-Gm-Message-State: AMke39nMvXcrWhMzFoDogor0j95svw4d1lVUS2adQVE3BMTjq4gS/yjduwWP3oUunOYu+w== X-Received: by 10.223.146.34 with SMTP id 31mr6124164wrj.44.1487895377698; Thu, 23 Feb 2017 16:16:17 -0800 (PST) Received: from lvps87-230-87-209.dedicated.hosteurope.de (wildmoose.dk. [87.230.87.209]) by smtp.gmail.com with ESMTPSA id z1sm8091497wrb.2.2017.02.23.16.16.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 23 Feb 2017 16:16:17 -0800 (PST) From: Rasmus Villemoes To: "J. Bruce Fields" , Jeff Layton Cc: Rasmus Villemoes , linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] fs: nfsd: remove superfluous KERN_INFO Date: Fri, 24 Feb 2017 01:15:55 +0100 Message-Id: <1487895356-24307-1-git-send-email-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 2.1.4 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP dprintk already provides a KERN_* prefix; this KERN_INFO just shows up as some odd characters in the output. Signed-off-by: Rasmus Villemoes --- fs/nfsd/nfs4state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index a0dee8ae9f97..df86e888f833 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -2281,7 +2281,7 @@ gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_r out_err: conn->cb_addr.ss_family = AF_UNSPEC; conn->cb_addrlen = 0; - dprintk(KERN_INFO "NFSD: this client (clientid %08x/%08x) " + dprintk("NFSD: this client (clientid %08x/%08x) " "will not receive delegations\n", clp->cl_clientid.cl_boot, clp->cl_clientid.cl_id);