···2929 * calls io_destroy() or the process exits.3030 *3131 * In the aio code, kill_ioctx() is called when we wish to destroy a kioctx; it3232- * calls percpu_ref_kill(), then hlist_del_rcu() and sychronize_rcu() to remove3232+ * calls percpu_ref_kill(), then hlist_del_rcu() and synchronize_rcu() to remove3333 * the kioctx from the proccess's list of kioctxs - after that, there can't be3434 * any new users of the kioctx (from lookup_ioctx()) and it's then safe to drop3535 * the initial ref with percpu_ref_put().
+1-1
net/rds/af_rds.c
···83838484 /*8585 * the binding lookup hash uses rcu, we need to8686- * make sure we sychronize_rcu before we free our8686+ * make sure we synchronize_rcu before we free our8787 * entry8888 */8989 rds_remove_bound(rs);