The patch titled Remove redundant cleanup_srcu_struct() declaration has been added to the -mm tree. Its filename is add-srcu-based-notifier-chains-cleanup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Remove redundant cleanup_srcu_struct() declaration From: "Paul E. McKenney" <paulmck@xxxxxxxxxx> Well, if one cleanup_srcu_struct() is good, two must be twice as good, right? This patch removes the spare, which was in my original. :-/ Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- diff -puN include/linux/srcu.h~add-srcu-based-notifier-chains-cleanup include/linux/srcu.h --- a/include/linux/srcu.h~add-srcu-based-notifier-chains-cleanup +++ a/include/linux/srcu.h @@ -49,6 +49,5 @@ int srcu_read_lock(struct srcu_struct *s void srcu_read_unlock(struct srcu_struct *sp, int idx); void synchronize_srcu(struct srcu_struct *sp); long srcu_batches_completed(struct srcu_struct *sp); -void cleanup_srcu_struct(struct srcu_struct *sp); #endif _ Patches currently in -mm which might be from paulmck@xxxxxxxxxx are radix-tree-rcu-lockless-readside.patch adix-tree-rcu-lockless-readside-update.patch rcu-add-lock-annotations-to-rcu_bh_torture_read_lockunlock.patch srcu-3-rcu-variant-permitting-read-side-blocking.patch srcu-3-rcu-variant-permitting-read-side-blocking-fix.patch srcu-3-add-srcu-operations-to-rcutorture.patch srcu-3-add-srcu-operations-to-rcutorture-fix.patch add-srcu-based-notifier-chains.patch add-srcu-based-notifier-chains-cleanup.patch srcu-report-out-of-memory-errors.patch srcu-report-out-of-memory-errors-fixlet.patch cpufreq-make-the-transition_notifier-chain-use-srcu.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html