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:
aea1b95
)
xfs: fix unsigned underflow in xfs_free_eofblocks
author
Kulikov Vasiliy
<segooon@gmail.com>
Tue, 20 Jul 2010 07:54:28 +0000
(17:54 +1000)
committer
Alex Elder
<aelder@sgi.com>
Mon, 26 Jul 2010 18:16:50 +0000
(13:16 -0500)
map_len is unsigned. Checking map_len <= 0 is buggy when it should be
below zero. So, check exact expression instead of map_len.
Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
No differences found