From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932517AbeARXXQ (ORCPT ); Thu, 18 Jan 2018 18:23:16 -0500 Received: from ozlabs.org ([103.22.144.67]:52913 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753881AbeARXXI (ORCPT ); Thu, 18 Jan 2018 18:23:08 -0500 Date: Fri, 19 Jan 2018 10:23:05 +1100 From: Stephen Rothwell To: "J. Bruce Fields" Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Chuck Lever Subject: linux-next: build warning after merge of the nfsd tree Message-ID: <20180119102305.645ed6cf@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, After merging the nfsd tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: fs/nfsd/nfs4xdr.c:241:1: warning: 'svcxdr_dupstr' defined but not used [-Wunused-function] svcxdr_dupstr(struct nfsd4_compoundargs *argp, void *buf, u32 len) ^~~~~~~~~~~~~ Introduced by commit e40d99e6183e ("NFSD: Clean up symlink argument XDR decoders") The only remaining call is protected by CONFIG_NFSD_V4_SECURITY_LABEL. -- Cheers, Stephen Rothwell