]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bitmap: drop __find_nth_andnot_bit()
authorYury Norov <ynorov@nvidia.com>
Wed, 25 Feb 2026 23:58:32 +0000 (18:58 -0500)
committerYury Norov <ynorov@nvidia.com>
Mon, 23 Mar 2026 17:33:51 +0000 (13:33 -0400)
commita676643709115816d3ce7e50aa5b5a4af1ee6c45
tree19b0255e0e93aa0382217aff57780174b7475887
parente63375d39a2e90edc25e96560f14d28193347b04
bitmap: drop __find_nth_andnot_bit()

Remove find_nth_andnot_bit() leftovers.

CC: Rasmus Villemoes <linux@rasmusvillemoes.dk>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com>
Fixes: b0c85e99458a ("cpumask: Remove unnecessary cpumask_nth_andnot()")
Signed-off-by: Yury Norov <ynorov@nvidia.com>
include/linux/find.h
lib/find_bit.c