radix tree test suite: use common find-bit code
authorMatthew Wilcox <willy@linux.intel.com>
Wed, 14 Dec 2016 23:08:29 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:10 +0000 (16:04 -0800)
commit0629573e6bbd60f20ed2d7a91da1214a6274e751
treeaed29e29406c6250a834586b2a45f84152db7c80
parentb328daf3b7130098b105c18bdae694ddaad5b6e3
radix tree test suite: use common find-bit code

Remove the old find_next_bit code in favour of linking in the find_bit
code from tools/lib.

Link: http://lkml.kernel.org/r/1480369871-5271-48-git-send-email-mawilcox@linuxonhyperv.com
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Tested-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Ross Zwisler <ross.zwisler@linux.intel.com>
Cc: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/testing/radix-tree/Makefile
tools/testing/radix-tree/find_next_bit.c [deleted file]
tools/testing/radix-tree/linux/bitops.h
tools/testing/radix-tree/linux/bitops/non-atomic.h
tools/testing/radix-tree/linux/kernel.h