commit | d7b627277b57370223d682cede979a279284b12a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 15:58:24 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 21:44:09 2017 -0500 |
tree | 33d769656f0dcf554fbe882545de71de791ee060 | |
parent | 12320d0ff1c9d5582f5c35e4bb8b9c70c475fd71 [diff] |
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>