From: Jens Axboe Date: Thu, 19 Feb 2009 07:50:26 +0000 (+0100) Subject: block: fix bogus gcc warning for uninitialized var usage X-Git-Tag: v2.6.29-rc7~48^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2bf96833c5782befc3e7700f791fde754a47b01;p=pandora-kernel.git block: fix bogus gcc warning for uninitialized var usage Newer gcc throw this warning: fs/bio.c: In function ?bio_alloc_bioset?: fs/bio.c:305: warning: ?p? may be used uninitialized in this function since it cannot figure out that 'p' is only ever used if 'bs' is non-NULL. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed