diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-02-19 08:50:26 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-02-26 10:45:48 +0100 |
commit | b2bf96833c5782befc3e7700f791fde754a47b01 (patch) | |
tree | b38745750c948b519e4c46bb9589d3a61c6359f4 /fs/ext2/file.c | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... (diff) | |
download | linux-b2bf96833c5782befc3e7700f791fde754a47b01.tar.xz linux-b2bf96833c5782befc3e7700f791fde754a47b01.zip |
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 <jens.axboe@oracle.com>
Diffstat (limited to 'fs/ext2/file.c')
0 files changed, 0 insertions, 0 deletions