aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorMika Kukkonen <[email protected]>2007-05-10 22:22:17 -0700
committerLinus Torvalds <[email protected]>2007-05-11 08:29:32 -0700
commit7faaa5f0bf4db6ac4908038e2139adc46c165ff4 (patch)
treee6efe930b1749b4f133945468dad807c43fe1732 /include/linux/debugobjects.h
parent069f11f9d66bc582fb40a37a7b92363f5d321969 (diff)
Bug in mm/thrash.c function grab_swap_token()
Following bug was uncovered by compiling with '-W' flag: CC mm/thrash.o mm/thrash.c: In function ‘grab_swap_token’: mm/thrash.c:52: warning: comparison of unsigned expression < 0 is always false Variable token_priority is unsigned, so decrementing first and then checking the result does not work; fixed by reversing the test, patch attached (compile tested only). I am not sure if likely() makes much sense in this new situation, but I'll let somebody else to make a decision on that. Signed-off-by: Mika Kukkonen <[email protected]> Cc: Rik van Riel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions