From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753045AbdKHWdK (ORCPT ); Wed, 8 Nov 2017 17:33:10 -0500 Received: from ozlabs.org ([103.22.144.67]:52635 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752694AbdKHWdJ (ORCPT ); Wed, 8 Nov 2017 17:33:09 -0500 Date: Thu, 9 Nov 2017 09:33:06 +1100 From: Stephen Rothwell To: Miklos Szeredi Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Chandan Rajendra Subject: linux-next: build warning after merge of the overlayfs tree Message-ID: <20171109093306.178c9ad2@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 Miklos, After merging the overlayfs tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: fs/overlayfs/super.c: In function 'ovl_fill_super': fs/overlayfs/super.c:1070:25: warning: 'numlower' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned int stacklen, numlower, i; ^ fs/overlayfs/super.c:1069:15: warning: 'stack' may be used uninitialized in this function [-Wmaybe-uninitialized] struct path *stack; ^ -- Cheers, Stephen Rothwell