axmap: get rid of old debug ->fail_ok checking
authorJens Axboe <axboe@kernel.dk>
Fri, 29 Mar 2013 18:08:40 +0000 (12:08 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 Mar 2013 18:08:40 +0000 (12:08 -0600)
commit09d6bf0925d49458802bd9df1fc8dbf493d6cc6f
tree5c71bd58c3cd38decdc28c06dcf8fcb49e39f9d5
parent09f17d62b3bcade70bca6c8660a6a2cb75ab0ca2
axmap: get rid of old debug ->fail_ok checking

Don't assert() on not being able to set a bit. We are returning
the number of bits we set anyway, so just have it return 0.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
lib/axmap.c