From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: Jeff Layton <jeff.layton@primarydata.com>,
Sedat Dilek <sedat.dilek@gmail.com>,
Johannes Berg <johannes.berg@intel.com>
Subject: [PATCH 1/3] genetlink: document parallel_ops
Date: Thu, 15 Jan 2015 12:04:43 +0100 [thread overview]
Message-ID: <1421319885-31779-1-git-send-email-johannes@sipsolutions.net> (raw)
From: Johannes Berg <johannes.berg@intel.com>
The kernel-doc for the parallel_ops family struct member is
missing, add it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
include/net/genetlink.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/net/genetlink.h b/include/net/genetlink.h
index 84125088c309..2ea2c55bdc87 100644
--- a/include/net/genetlink.h
+++ b/include/net/genetlink.h
@@ -27,6 +27,8 @@ struct genl_info;
* @maxattr: maximum number of attributes supported
* @netnsok: set to true if the family can handle network
* namespaces and should be presented in all of them
+ * @parallel_ops: operations can be called in parallel and aren't
+ * synchronized by the core genetlink code
* @pre_doit: called before an operation's doit callback, it may
* do additional, common, filtering and return an error
* @post_doit: called after an operation's doit callback, it may
--
2.1.4
next reply other threads:[~2015-01-15 11:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-15 11:04 Johannes Berg [this message]
2015-01-15 11:04 ` [PATCH 2/3] genetlink: disallow subscribing to unknown mcast groups Johannes Berg
2015-01-15 11:04 ` [PATCH 3/3] genetlink: synchronize socket closing and family removal Johannes Berg
2015-01-15 19:50 ` David Miller
2015-01-15 20:55 ` Johannes Berg
2015-01-15 23:06 ` David Miller
2015-01-15 20:57 ` [PATCH v2] " Johannes Berg
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=1421319885-31779-1-git-send-email-johannes@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=jeff.layton@primarydata.com \
--cc=johannes.berg@intel.com \
--cc=netdev@vger.kernel.org \
--cc=sedat.dilek@gmail.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).