commit | a2badefa8574a7a424a72f67a3bd43248141f76a | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Thu Mar 21 16:29:50 2019 -0700 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Mar 26 14:38:38 2019 -0700 |
tree | 96791541a911d84c1fed3f714058d4c405eba1a0 | |
parent | 5d8a752e31aaa4c9703f201956a40b45ed791217 [diff] |
rcu: Eliminate redundant NULL-pointer check Because rcu_wake_cond() checks for a null task_struct pointer, there is no need for its callers to do so. This commit eliminates the redundant check. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>