This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
Centos-kernel-stream-9
mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
Watch
1
Star
0
Fork
You've already forked Centos-kernel-stream-9
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a901bcc52
Centos-kernel-stream-9
/
tools
/
testing
/
radix-tree
/
linux
/
bug.h
3 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 21:30:10 +00: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 23:07:56 +00:00
#
include
"asm/bug.h"