From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751829AbdDCBJx (ORCPT ); Sun, 2 Apr 2017 21:09:53 -0400 Received: from ozlabs.org ([103.22.144.67]:42823 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781AbdDCBJw (ORCPT ); Sun, 2 Apr 2017 21:09:52 -0400 Date: Mon, 3 Apr 2017 11:09:48 +1000 From: Stephen Rothwell To: "J. Bruce Fields" Cc: Linux-Next Mailing List , Linux Kernel Mailing List , NeilBrown Subject: linux-next: build warning after merge of the nfsd tree Message-ID: <20170403110948.3ca5ab8b@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/nfs4state.c: In function 'copy_cred': fs/nfsd/nfs4state.c:1917:6: warning: unused variable 'ret' [-Wunused-variable] int ret; ^ Introduced by commit d39662236bf8 ("nfsd4: remove pointless strdup_if_nonnull") Also, that commit has no Signed-off-by from its Author. -- Cheers, Stephen Rothwell