Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757319AbbGTX5m (ORCPT ); Mon, 20 Jul 2015 19:57:42 -0400 Received: from ozlabs.org ([103.22.144.67]:46584 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752142AbbGTX5l (ORCPT ); Mon, 20 Jul 2015 19:57:41 -0400 Date: Tue, 21 Jul 2015 09:57:37 +1000 From: Stephen Rothwell To: "J. Bruce Fields" Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Kinglong Mee Subject: linux-next: build failure after merge of the nfsd tree Message-ID: <20150721095737.7411eb05@canb.auug.org.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; i586-pc-linux-gnu) 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 Content-Length: 930 Lines: 29 Hi, After merging the nfsd tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: fs/nfsd/nfs4state.c: In function 'client_has_state': fs/nfsd/nfs4state.c:2249:22: error: 'struct nfs4_client' has no member named 'cl_lo_states' || !list_empty(&clp->cl_lo_states) ^ fs/nfsd/nfs4state.c:2252:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Caused by commit 395b297af7bf ("nfsd: Add layouts checking in client_has_state()") cl_lo_states is only defined when CONFIG_NFSD_PNFS is set. I have used the nsfd tree from next-20150720 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/