]> asedeno.scripts.mit.edu Git - linux.git/commit
tools: add more bitmap functions
authorMatthew Wilcox <willy@linux.intel.com>
Wed, 14 Dec 2016 23:08:26 +0000 (15:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:10 +0000 (16:04 -0800)
commitb328daf3b7130098b105c18bdae694ddaad5b6e3
tree067ba62437e45bfccb080d21c237dbe3c4870397
parent101d9607fffefdfc9e3922f0ac9061a61edda1b0
tools: add more bitmap functions

I need the following functions for the radix tree:

  bitmap_fill
  bitmap_empty
  bitmap_full

Copy the implementations from include/linux/bitmap.h

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/include/linux/bitmap.h