]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
radix-tree: Fix __rcu annotations
authorMatthew Wilcox <mawilcox@microsoft.com>
Mon, 13 Feb 2017 20:58:24 +0000 (15:58 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 14 Feb 2017 02:44:09 +0000 (21:44 -0500)
commitd7b627277b57370223d682cede979a279284b12a
tree33d769656f0dcf554fbe882545de71de791ee060
parent12320d0ff1c9d5582f5c35e4bb8b9c70c475fd71
radix-tree: Fix __rcu annotations

Many places were missing __rcu annotations.  A few places needed a few
lines of explanation about why it was safe to not use RCU accessors.
Add a custom CFLAGS setting to the Makefile to ensure that new patches
don't miss RCU annotations.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
include/linux/radix-tree.h
lib/Makefile
lib/radix-tree.c