From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: kaber@trash.net, netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] netfilter: don't use INIT_RCU_HEAD()
Date: Thu, 11 Feb 2010 14:46:51 -0800 [thread overview]
Message-ID: <20100211224651.GF6759@linux.vnet.ibm.com> (raw)
In-Reply-To: <20100211194911.GA9756@x200>
On Thu, Feb 11, 2010 at 09:49:11PM +0200, Alexey Dobriyan wrote:
> call_rcu() will unconditionally reinitialize RCU head anyway.
Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
>
> net/netfilter/nf_conntrack_expect.c | 1 -
> net/netfilter/nf_conntrack_extend.c | 1 -
> net/netfilter/nfnetlink_queue.c | 1 -
> 3 files changed, 3 deletions(-)
>
> --- a/net/netfilter/nf_conntrack_expect.c
> +++ b/net/netfilter/nf_conntrack_expect.c
> @@ -232,7 +232,6 @@ struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me)
>
> new->master = me;
> atomic_set(&new->use, 1);
> - INIT_RCU_HEAD(&new->rcu);
> return new;
> }
> EXPORT_SYMBOL_GPL(nf_ct_expect_alloc);
> --- a/net/netfilter/nf_conntrack_extend.c
> +++ b/net/netfilter/nf_conntrack_extend.c
> @@ -59,7 +59,6 @@ nf_ct_ext_create(struct nf_ct_ext **ext, enum nf_ct_ext_id id, gfp_t gfp)
> if (!*ext)
> return NULL;
>
> - INIT_RCU_HEAD(&(*ext)->rcu);
> (*ext)->offset[id] = off;
> (*ext)->len = len;
>
> --- a/net/netfilter/nfnetlink_queue.c
> +++ b/net/netfilter/nfnetlink_queue.c
> @@ -112,7 +112,6 @@ instance_create(u_int16_t queue_num, int pid)
> inst->copy_mode = NFQNL_COPY_NONE;
> spin_lock_init(&inst->lock);
> INIT_LIST_HEAD(&inst->queue_list);
> - INIT_RCU_HEAD(&inst->rcu);
>
> if (!try_module_get(THIS_MODULE)) {
> err = -EAGAIN;
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-02-11 22:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-11 19:49 [PATCH] netfilter: don't use INIT_RCU_HEAD() Alexey Dobriyan
2010-02-11 22:46 ` Paul E. McKenney [this message]
2010-02-12 5:26 ` Patrick McHardy
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=20100211224651.GF6759@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=adobriyan@gmail.com \
--cc=kaber@trash.net \
--cc=netfilter-devel@vger.kernel.org \
/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.