Searched hist:"7 e73eb0b2df5e8d7bd00a3c5980ab86619699963" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/ |
H A D | idr.c | 7e73eb0b2df5e8d7bd00a3c5980ab86619699963 Mon Feb 13 15:03:55 CST 2017 Matthew Wilcox <mawilcox@microsoft.com> 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: Matthew Wilcox <mawilcox@microsoft.com>
|
H A D | Makefile | 7e73eb0b2df5e8d7bd00a3c5980ab86619699963 Mon Feb 13 15:03:55 CST 2017 Matthew Wilcox <mawilcox@microsoft.com> 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: Matthew Wilcox <mawilcox@microsoft.com>
|