git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169d418
)
block: fix bogus gcc warning for uninitialized var usage
author
Jens Axboe
<jens.axboe@oracle.com>
Thu, 19 Feb 2009 07:50:26 +0000
(08:50 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Thu, 26 Feb 2009 09:45:48 +0000
(10:45 +0100)
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>
No differences found