]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/radix-tree.c
radix-tree: Add rcu_dereference and rcu_assign_pointer calls
authorMatthew Wilcox <mawilcox@microsoft.com>
Mon, 13 Feb 2017 20:22:48 +0000 (15:22 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 14 Feb 2017 02:44:09 +0000 (21:44 -0500)
commit12320d0ff1c9d5582f5c35e4bb8b9c70c475fd71
tree80c8c73e8d1e098a7c5c266bd67214c2293f8f63
parentc0cdbf819cd76d977486b4634ea1b4ede2434413
radix-tree: Add rcu_dereference and rcu_assign_pointer calls

Some of these have been missing for many years.  Others were recently
introduced by me.  Fortunately, we have tools that help us find such
things.

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