From: Theodore Ts'o Date: Tue, 2 Nov 2010 18:19:30 +0000 (-0400) Subject: ext4: "ret" may be used uninitialized in ext4_lazyinit_thread() X-Git-Tag: v2.6.37-rc2~75^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c78cd09b6ef78c8f20190f0b3e6df1d3651b70;p=pandora-kernel.git ext4: "ret" may be used uninitialized in ext4_lazyinit_thread() Newer GCC's reported the following build warning: fs/ext4/super.c: In function 'ext4_lazyinit_thread': fs/ext4/super.c:2702: warning: 'ret' may be used uninitialized in this function Fix it by removing the need for the ret variable in the first place. Signed-off-by: "Lukas Czerner" Reported-by: "Stefan Richter" Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed