[PATCH] s390: test_bit return value
authorChristian Borntraeger <cborntra@de.ibm.com>
Mon, 7 Nov 2005 08:59:07 +0000 (00:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:34 +0000 (07:53 -0800)
commit187dfc67b461058bbb84a923a17871ed54e10f30
tree857b572a17c221a2c08e195f012fb68655514d60
parentd4b68996785326a67e9842219ab69984243ec658
[PATCH] s390: test_bit return value

The test_bit function returns a non-boolean value, it returns 0,1,2,4,...
instead of only 0 or 1.  This causes wrongs results in the mincore system
call.  Check against 0 to get a proper boolean value.

Signed-off-by: Christian Borntraeger <cborntra@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-s390/bitops.h