[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9574260.omRer6Oeha@wuerfel>
Date: Wed, 13 May 2015 20:59:36 +0200
From: Arnd Bergmann <arnd@...db.de>
To: linux-arm-kernel@...ts.infradead.org
Cc: "J. Bruce Fields" <bfields@...ldses.org>,
linux-nfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] nfsd: work around a gcc-5.1 warning
On Wednesday 13 May 2015 14:11:43 J. Bruce Fields wrote:
>
> OK, I guess. How about simplifying slightly and doing it this way?--b
>
> commit 3ae81ac291ec
> Author: Arnd Bergmann <arnd@...db.de>
> Date: Tue May 12 23:31:29 2015 +0200
>
> nfsd: work around a gcc-5.1 warning
>
> gcc-5.0 warns about a potential uninitialized variable use in nfsd:
>
> fs/nfsd/nfs4state.c: In function 'nfsd4_process_open2':
> fs/nfsd/nfs4state.c:3781:3: warning: 'old_deny_bmap' may be used uninitialized in this function [-Wmaybe-uninitialized]
> reset_union_bmap_deny(old_deny_bmap, stp);
> ^
> fs/nfsd/nfs4state.c:3760:16: note: 'old_deny_bmap' was declared here
> unsigned char old_deny_bmap;
> ^
>
> This is a false positive, the code path that is warned about cannot
> actually be reached.
>
> This adds an initialization for the variable to make the warning go
> away.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Signed-off-by: J. Bruce Fields <bfields@...hat.com>
>
>
Works for me, thanks!
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists