/lib/mpi/

href='/cgit.cgi/linux/net-next.git/log/net/irda/irnet?h=nds-private-remove&id=410b3d48f5111a28bb8d4c3d3dc5984c1baf7fc9'>irnet/Makefile
author
AgeCommit message (Expand)AuthorFilesLines
Matthew Wilcox <willy@infradead.org>2016-12-14 15:08:43 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-14 16:04:10 -0800
commit218ed7503aee07c7758dcbdd782e8c1a25c9f1e9 (patch)
treebd3301c4f53e70bdc3ac21106eaba4fc7e5ec7b7
parentbc412fca6edc25bbbe28b6449512e15ebb1573ae (diff)
radix-tree: improve dump output
Print the indices of the entries as unsigned (instead of signed) integers and print the parent node of each entry to help navigate around larger trees where the layout is not quite so obvious. Print the indices covered by a node. Rearrange the order of fields printed so the indices and parents line up for each type of entry. Link: http://lkml.kernel.org/r/1480369871-5271-53-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
-rw-r--r--lib/radix-tree.c49
1 files changed, 26 insertions, 23 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c