From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750876AbeAOVon (ORCPT + 1 other); Mon, 15 Jan 2018 16:44:43 -0500 Received: from ozlabs.org ([103.22.144.67]:38259 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbeAOVom (ORCPT ); Mon, 15 Jan 2018 16:44:42 -0500 Date: Tue, 16 Jan 2018 08:44:39 +1100 From: Stephen Rothwell To: Trond Myklebust Cc: Linux-Next Mailing List , Linux Kernel Mailing List , NeilBrown Subject: linux-next: build warning after merge of the nfs tree Message-ID: <20180116084439.7870ff7e@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 Return-Path: Hi Trond, After merging the nfs tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: fs/nfs/export.c: In function 'nfs_encode_fh': fs/nfs/export.c:58:1: warning: label 'out' defined but not used [-Wunused-label] out: ^~~ Introduced by commit aaa150089465 ("nfs: remove dead code from nfs_encode_fh()") -- Cheers, Stephen Rothwell