Re: [PATCH 3.17-rc2] fs: namespace: suppress 'may be used uninitialized' warnings

2014-08-27 Thread Al Viro
On Wed, Aug 27, 2014 at 01:51:05PM -0600, rtg.canoni...@gmail.com wrote: > From: Tim Gardner > > The gcc version 4.9.1 compiler complains Even though it isn't possible for > these variables to not get initialized before they are used. Blanket NAK, at that - any patches adding that

[PATCH 3.17-rc2] fs: namespace: suppress 'may be used uninitialized' warnings

2014-08-27 Thread rtg . canonical
From: Tim Gardner The gcc version 4.9.1 compiler complains Even though it isn't possible for these variables to not get initialized before they are used. fs/namespace.c: In function ‘SyS_mount’: fs/namespace.c:2720:8: warning: ‘kernel_dev’ may be used uninitialized in this function

[PATCH 3.17-rc2] fs: namespace: suppress 'may be used uninitialized' warnings

2014-08-27 Thread rtg . canonical
From: Tim Gardner tim.gard...@canonical.com The gcc version 4.9.1 compiler complains Even though it isn't possible for these variables to not get initialized before they are used. fs/namespace.c: In function ‘SyS_mount’: fs/namespace.c:2720:8: warning: ‘kernel_dev’ may be used uninitialized in

Re: [PATCH 3.17-rc2] fs: namespace: suppress 'may be used uninitialized' warnings

2014-08-27 Thread Al Viro
On Wed, Aug 27, 2014 at 01:51:05PM -0600, rtg.canoni...@gmail.com wrote: From: Tim Gardner tim.gard...@canonical.com The gcc version 4.9.1 compiler complains Even though it isn't possible for these variables to not get initialized before they are used. Blanket NAK, at that - any patches