commit | 7e73eb0b2df5e8d7bd00a3c5980ab86619699963 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 16:03:55 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 21:44:10 2017 -0500 |
tree | 1e99281360d8f07189e71f4032ddddb52f2c8fb6 | |
parent | d7b627277b57370223d682cede979a279284b12a [diff] |
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>