The patch titled make kernel/rcutorture.c:rcu_bh_torture_synchronize() static has been removed from the -mm tree. Its filename is rcu-add-fake-writers-to-rcutorture-tidy.patch This patch was dropped because it was folded into rcu-add-fake-writers-to-rcutorture.patch ------------------------------------------------------ Subject: make kernel/rcutorture.c:rcu_bh_torture_synchronize() static From: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Cc: Josh Triplett <josht@xxxxxxxxxx> Cc: Paul McKenney <paulmck@xxxxxxxxxx> Cc: Dipkanar Sarma <dipankar@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/rcutorture.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/rcutorture.c~rcu-add-fake-writers-to-rcutorture-tidy kernel/rcutorture.c --- a/kernel/rcutorture.c~rcu-add-fake-writers-to-rcutorture-tidy +++ a/kernel/rcutorture.c @@ -308,7 +308,7 @@ static void rcu_bh_torture_wakeme_after_ complete(&rcu->completion); } -void rcu_bh_torture_synchronize(void) +static void rcu_bh_torture_synchronize(void) { struct rcu_bh_torture_synchronize rcu; _ Patches currently in -mm which might be from bunk@xxxxxxxxx are origin.patch ecryptfs.patch srcu-3-add-srcu-operations-to-rcutorture.patch rcu-add-fake-writers-to-rcutorture.patch rcu-add-fake-writers-to-rcutorture-tidy.patch the-scheduled-removal-of-some-oss-drivers.patch the-scheduled-removal-of-some-oss-drivers-fix.patch the-scheduled-removal-of-some-oss-drivers-fix-fix.patch kill-sound-oss-_symsc.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