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:
661bec6
)
Btrfs: Fix wrong error handling code
author
Stefan Behrens
<sbehrens@giantdisaster.de>
Thu, 11 Oct 2012 13:25:16 +0000
(07:25 -0600)
committer
Chris Mason
<chris.mason@fusionio.com>
Thu, 25 Oct 2012 19:40:03 +0000
(15:40 -0400)
gcc says "warning: comparison of unsigned expression >= 0 is always
true" because i is an unsigned long. And gcc is right this time.
Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
No differences found