From: David Miller <davem@davemloft.net>
To: bernat.ada@gmail.com
Cc: pshelar@nicira.com, dev@openvswitch.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, paulmck@linux.vnet.ibm.com
Subject: Re: [PATCH] net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()
Date: Fri, 22 Aug 2014 12:28:20 -0700 (PDT) [thread overview]
Message-ID: <20140822.122820.711926786446707941.davem@davemloft.net> (raw)
In-Reply-To: <20140817132943.GA2142@ada>
From: Andreea-Cristina Bernat <bernat.ada@gmail.com>
Date: Sun, 17 Aug 2014 16:29:43 +0300
> The "rcu_dereference()" call is used directly in a condition.
> Since its return value is never dereferenced it is recommended to use
> "rcu_access_pointer()" instead of "rcu_dereference()".
> Therefore, this patch makes the replacement.
...
> Signed-off-by: Andreea-Cristina Bernat <bernat.ada@gmail.com>
Applied.
prev parent reply other threads:[~2014-08-22 19:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-17 13:29 [PATCH] net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer() Andreea-Cristina Bernat
2014-08-22 19:28 ` David Miller [this message]
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=20140822.122820.711926786446707941.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=bernat.ada@gmail.com \
--cc=dev@openvswitch.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=paulmck@linux.vnet.ibm.com \
--cc=pshelar@nicira.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;
as well as URLs for NNTP newsgroup(s).