Skip to content
Commit 7e73eb0b authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

idr: Add missing __rcu annotations



Where we use the radix tree iteration macros, we need to annotate 'slot'
with __rcu.  Make sure we don't forget any new places in the future with
the same CFLAGS check used for radix-tree.c.

Signed-off-by: default avatarMatthew Wilcox <mawilcox@microsoft.com>
parent d7b62727
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment