Home
last modified time | relevance | path

Searched hist:ddbfc34fcf5d0bc33b006b90c580c56edeb31068 (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dsbitmap.cdiff ddbfc34fcf5d0bc33b006b90c580c56edeb31068 Fri Aug 26 05:14:13 CEST 2022 Liu Song <liusong@linux.alibaba.com> sbitmap: remove unnecessary code in __sbitmap_queue_get_batch

If "nr + nr_tags <= map_depth", then the value of nr_tags will not be
greater than map_depth, so no additional comparison is required.

Signed-off-by: Liu Song <liusong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1661483653-27326-1-git-send-email-liusong@linux.alibaba.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>