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:
3145666
)
ceph: fix broken comparison in readdir loop
author
Sage Weil
<sage@newdream.net>
Thu, 12 May 2011 22:28:11 +0000
(15:28 -0700)
committer
Sage Weil
<sage@newdream.net>
Thu, 19 May 2011 18:25:04 +0000
(11:25 -0700)
Both off and fi->offset are unsigned, so the difference is always >= 0.
Compare them directly instead of the sign of the difference.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found