The patch titled Remove redundant cleanup_srcu_struct() declaration has been removed from the -mm tree. Its filename is add-srcu-based-notifier-chains-cleanup.patch This patch was dropped because it was folded into add-srcu-based-notifier-chains.patch ------------------------------------------------------ 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> --- include/linux/srcu.h | 1 - 1 file changed, 1 deletion(-) 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) __releases(sp); 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 origin.patch srcu-3-rcu-variant-permitting-read-side-blocking.patch srcu-3-add-srcu-operations-to-rcutorture.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 rcu-add-module_author-to-rcutorture-module.patch rcu-mention-rcu_bh-in-description-of-rcutortures.patch rcu-avoid-kthread_stop-on-invalid-pointer-if-rcutorture.patch rcu-fix-sign-bug-making-rcu_random-always-return-the-same.patch rcu-add-fake-writers-to-rcutorture.patch rcu-add-fake-writers-to-rcutorture-tidy.patch rcu-refactor-srcu_torture_deferred_free-to-work-for.patch rcu-add-rcu_sync-torture-type-to-rcutorture.patch rcu-add-rcu_bh_sync-torture-type-to-rcutorture.patch rcu-add-sched-torture-type-to-rcutorture.patch rcu-simplify-improve-batch-tuning.patch rcu-credits-and-maintainers.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