diff options
author | Christian Borntraeger <cborntra@de.ibm.com> | 2005-11-07 09:59:07 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 16:53:34 +0100 |
commit | 187dfc67b461058bbb84a923a17871ed54e10f30 (patch) | |
tree | 857b572a17c221a2c08e195f012fb68655514d60 /drivers | |
parent | [PATCH] s390: remove pagex support (diff) | |
download | linux-187dfc67b461058bbb84a923a17871ed54e10f30.tar.xz linux-187dfc67b461058bbb84a923a17871ed54e10f30.zip |
[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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions