commit | 9f5339e23398ad2b5c7785d53bbd23c7fd99da7b | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Nov 08 23:59:10 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Fri Nov 09 07:03:32 2018 -0800 |
tree | 20cfd616a60635d050de02de6993d74ac2b53c20 | |
parent | fc689b165d809df0811afc3576415a7cc2860c11 [diff] |
checkpatch: Create table of obsolete APIs and apply to RCU This patch creates a deprecated_apis map, which allows such APIs to be flagged with suggested replacements more compactly and straightforwardly. It also uses this map to flag the old flavorful RCU APIs as deprecated, suggesting their vanilla-RCU counterparts as replacements. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>