commit | aacb5d91ab1bfbb0e8123da59a2e333d52ba7f60 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Sun Oct 28 10:32:51 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Nov 27 09:24:17 2018 -0800 |
tree | e2bd60b0705ff2e11225cef94daa8fca0211bb09 | |
parent | eb4c2382272ae7ae5d81fdfa5b7a6c86146eaaa4 [diff] |
srcu: Use "ssp" instead of "sp" for srcu_struct pointer In RCU, the distinction between "rsp", "rnp", and "rdp" has served well for a great many years, but in SRCU, "sp" vs. "sdp" has proven confusing. This commit therefore renames SRCU's "sp" pointers to "ssp", so that there is "ssp" for srcu_struct pointer, "snp" for srcu_node pointer, and "sdp" for srcu_data pointer. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>