From: Daniel Borkmann <dborkman@redhat.com>
To: Hannes Frederic Sowa <hannes@redhat.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH net-next] net: mark some potential candidates __read_mostly
Date: Thu, 29 Jan 2015 17:11:36 +0100 [thread overview]
Message-ID: <54CA5BB8.1010204@redhat.com> (raw)
In-Reply-To: <1422546024.2861.18.camel@redhat.com>
On 01/29/2015 04:40 PM, Hannes Frederic Sowa wrote:
...
> Why not const?
Because all these candidates have a list member and are being
registered at respective places during __init/__exit. Similar
structs in other places already have __read_mostly, but these
ones can still be converted to it.
Cheers,
Daniel
next prev parent reply other threads:[~2015-01-29 16:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 11:15 [PATCH net-next] net: mark some potential candidates __read_mostly Daniel Borkmann
2015-01-29 15:40 ` Hannes Frederic Sowa
2015-01-29 16:11 ` Daniel Borkmann [this message]
2015-01-31 1:58 ` David Miller
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=54CA5BB8.1010204@redhat.com \
--to=dborkman@redhat.com \
--cc=davem@davemloft.net \
--cc=hannes@redhat.com \
--cc=netdev@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.