commit | 0eff1f1a38a95b20fec83d0b69409c8da967fe1e | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Nov 22 15:35:48 2020 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Dec 07 17:12:49 2020 -0700 |
tree | c1a9098927f94bc63dd67b111275a56bf21606ed | |
parent | c3250c8d2451ffbea14ba95164c59edd943ee4be [diff] |
sbitmap: simplify wrap check __sbitmap_get_word() doesn't warp if it's starting from the beginning (i.e. initial hint is 0). Instead of stashing the original hint just set @wrap accordingly. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>