This website requires JavaScript.
Explore
Help
Sign in
forge
/
linux-uconsole
Watch
1
Star
0
Fork
You've already forked linux-uconsole
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cd84579112
linux-uconsole
/
tools
/
testing
/
radix-tree
/
linux
/
bug.h
2 lines
40 B
C
Raw
Normal View
History
Unescape
Escape
xarray: Add definition of struct xarray This is a direct replacement for struct radix_tree_root. Some of the struct members have changed name; convert those, and use a #define so that radix_tree users continue to work without change. Signed-off-by: Matthew Wilcox <willy@infradead.org> Reviewed-by: Josef Bacik <jbacik@fb.com>
2017-11-07 16:30:10 -05:00
#
include
<stdio.h>
tools: add WARN_ON_ONCE Patch series "Radix tree patches for 4.10", v3. Mostly these are improvements; the only bug fixes in here relate to multiorder entries (which are unused in the 4.9 tree). This patch (of 32): The radix tree uses its own buggy WARN_ON_ONCE. Replace it with the definition from asm-generic/bug.h Link: http://lkml.kernel.org/r/1480369871-5271-37-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>
2016-12-14 15:07:56 -08:00
#
include
"asm/bug.h"
Reference in a new issue
Copy permalink