From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 3.17-rc2] fs: namespace: suppress 'may be used uninitialized' warnings Date: Wed, 27 Aug 2014 22:01:13 +0100 Message-ID: <20140827210112.GE18016@ZenIV.linux.org.uk> References: <1409169065-61597-1-git-send-email-tim.gardner@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Tim Gardner To: rtg.canonical@gmail.com Return-path: Content-Disposition: inline In-Reply-To: <1409169065-61597-1-git-send-email-tim.gardner@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Aug 27, 2014 at 01:51:05PM -0600, rtg.canonical@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 'uninitialized_...' garbage in fs/*.c will be rejected and, should they slip in in some other way - reverted. Consider that as a local policy.