]> Git Repo - linux.git/commit
lib: move find_last_bit to lib/find_next_bit.c
authorYury Norov <[email protected]>
Thu, 16 Apr 2015 19:43:16 +0000 (12:43 -0700)
committerLinus Torvalds <[email protected]>
Fri, 17 Apr 2015 13:03:54 +0000 (09:03 -0400)
commit8f6f19dd5143aa59139deeb885a8ed5e2d937e21
tree32600483d6f7384f068324ee1389e72a465c2ca9
parent2c57a0e233d72f8c2e2404560dcf0188ac3cf5d7
lib: move find_last_bit to lib/find_next_bit.c

Currently all 'find_*_bit' family is located in lib/find_next_bit.c,
except 'find_last_bit', which is in lib/find_last_bit.c. It seems,
there's no major benefit to have it separated.

Signed-off-by: Yury Norov <[email protected]>
Reviewed-by: Rasmus Villemoes <[email protected]>
Reviewed-by: George Spelvin <[email protected]>
Cc: Alexey Klimov <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Hannes Frederic Sowa <[email protected]>
Cc: Lai Jiangshan <[email protected]>
Cc: Mark Salter <[email protected]>
Cc: AKASHI Takahiro <[email protected]>
Cc: Thomas Graf <[email protected]>
Cc: Valentin Rothberg <[email protected]>
Cc: Chris Wilson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/Makefile
lib/find_next_bit.c
This page took 0.052385 seconds and 4 git commands to generate.