netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] genetlink: document parallel_ops
@ 2015-01-15 11:04 Johannes Berg
  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
  0 siblings, 2 replies; 7+ messages in thread
From: Johannes Berg @ 2015-01-15 11:04 UTC (permalink / raw)
  To: netdev; +Cc: Jeff Layton, Sedat Dilek, Johannes Berg

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-15 23:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 11:04 [PATCH 1/3] genetlink: document parallel_ops Johannes Berg
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

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).