[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170517101956.69c03d78@canb.auug.org.au>
Date: Wed, 17 May 2017 10:19:56 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Miklos Szeredi <miklos@...redi.hu>
Cc: Linux-Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Amir Goldstein <amir73il@...il.com>
Subject: linux-next: build warning after merge of the overlayfs tree
Hi Miklos,
After merging the overlayfs tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:
fs/overlayfs/dir.c: In function 'ovl_rename':
fs/overlayfs/dir.c:1060:2: warning: 'newdentry' may be used uninitialized in this function [-Wmaybe-uninitialized]
dput(newdentry);
^
fs/overlayfs/dir.c:1062:2: warning: 'olddentry' may be used uninitialized in this function [-Wmaybe-uninitialized]
dput(olddentry);
^
Introduced by commit
02cac3227a28 ("ovl: mark upper dir with type origin entries "impure"")
--
Cheers,
Stephen Rothwell
Powered by blists - more mailing lists