]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
idr: Add missing __rcu annotations
authorMatthew Wilcox <mawilcox@microsoft.com>
Mon, 13 Feb 2017 21:03:55 +0000 (16:03 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 14 Feb 2017 02:44:10 +0000 (21:44 -0500)
commit7e73eb0b2df5e8d7bd00a3c5980ab86619699963
tree1e99281360d8f07189e71f4032ddddb52f2c8fb6
parentd7b627277b57370223d682cede979a279284b12a
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>
lib/Makefile
lib/idr.c