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:
39ad2bb
)
paride: fix off-by-one test
author
Roel Kluin
<roel.kluin@gmail.com>
Thu, 11 Mar 2010 22:09:47 +0000
(14:09 -0800)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 12 Mar 2010 09:03:42 +0000
(10:03 +0100)
With `while (j++ < PX_SPIN)' j reaches PX_SPIN + 1 after the loop. This
is probably unlikely to produce a problem.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found