All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@us.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org, dipankar@in.ibm.com, stern@rowland.harvard.edu
Subject: [PATCH] Remove redundant cleanup_srcu_struct() declaration
Date: Sat, 5 Aug 2006 20:05:42 -0700	[thread overview]
Message-ID: <20060806030542.GA2352@us.ibm.com> (raw)

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

                 reply	other threads:[~2006-08-07 13:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060806030542.GA2352@us.ibm.com \
    --to=paulmck@us.ibm.com \
    --cc=akpm@osdl.org \
    --cc=dipankar@in.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.