All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove redundant cleanup_srcu_struct() declaration
@ 2006-08-06  3:05 Paul E. McKenney
  0 siblings, 0 replies; only message in thread
From: Paul E. McKenney @ 2006-08-06  3:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, dipankar, stern

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@us.ibm.com>
---

 srcu.h |    1 -
 1 files changed, 1 deletion(-)

diff -urpNa -X dontdiff linux-2.6.18-rc2-mm1/include/linux/srcu.h linux-2.6.18-rc2-mm1-rrcss/include/linux/srcu.h
--- linux-2.6.18-rc2-mm1/include/linux/srcu.h	2006-08-05 16:30:44.000000000 -0700
+++ linux-2.6.18-rc2-mm1-rrcss/include/linux/srcu.h	2006-08-05 20:00:46.000000000 -0700
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-07 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-06  3:05 [PATCH] Remove redundant cleanup_srcu_struct() declaration Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.