From: Andrew Morton <akpm@osdl.org>
To: dipankar@in.ibm.com
Cc: mpm@selenic.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] reduce rcu_head size [2/2]
Date: Sat, 19 Jun 2004 12:04:14 -0700 [thread overview]
Message-ID: <20040619120414.57d985f1.akpm@osdl.org> (raw)
In-Reply-To: <20040616054746.GC3658@in.ibm.com>
Dipankar Sarma <dipankar@in.ibm.com> wrote:
>
> This patch changes the call_rcu() API and avoids passing an
> argument to the callback function as suggested by Rusty.
This breaks the bridge driver:
static void destroy_nbp(struct rcu_head *head)
int br_add_if(struct net_bridge *br, struct net_device *dev)
{
struct net_bridge_port *p;
...
destroy_nbp(p);
next prev parent reply other threads:[~2004-06-19 19:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-16 5:46 [PATCH] reduce rcu_head size [0/2] Dipankar Sarma
2004-06-16 5:47 ` [PATCH] reduce rcu_head size [1/2] Dipankar Sarma
2004-06-16 5:47 ` [PATCH] reduce rcu_head size [2/2] Dipankar Sarma
2004-06-19 19:04 ` Andrew Morton [this message]
2004-06-20 6:12 ` Dipankar Sarma
2004-06-22 17:50 ` Dipankar Sarma
2004-06-22 17:57 ` Andrew Morton
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=20040619120414.57d985f1.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=dipankar@in.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox