summaryrefslogtreecommitdiff
path: root/memdebug
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-03-04 14:16:24 +0100
committerTobias Klauser <klto@zhaw.ch>2010-03-04 14:16:24 +0100
commitde1c4780206373f857a877dfed3940de3cbef2c5 (patch)
tree3a5fe52c5c493a38b4dc4fb838f6857ba4dfce24 /memdebug
parenta91fab8e160c4717b184b9963537f68b353cb173 (diff)
Add CRC32 algorithm
Diffstat (limited to 'memdebug')
0 files changed, 0 insertions, 0 deletions
='commit-subject'>radix-tree: make radix_tree_find_next_bit more useful
Since this function is specialised to the radix tree, pass in the node and tag to calculate the address of the bitmap in radix_tree_find_next_bit() instead of the caller. Likewise, there is no need to pass in the size of the bitmap. Link: http://lkml.kernel.org/r/1480369871-5271-52-git-send-email-mawilcox@linuxonhyperv.com Signed-off-by: Matthew Wilcox <willy@infradead.org> 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>
Diffstat (limited to 'lib')
-rw-r--r--lib/radix-tree.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c