datapath: Fix comments.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Sep 2009 17:51:36 +0000 (10:51 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 Sep 2009 19:20:00 +0000 (12:20 -0700)
datapath/datapath.c
datapath/datapath.h

index 427391ad81038f1467102da5880336d211e4307f..52941e793858a0710b95b7d53e156f32e5c4fbe8 100644 (file)
@@ -56,9 +56,7 @@ int (*dp_ioctl_hook)(struct net_device *dev, struct ifreq *rq, int cmd);
 EXPORT_SYMBOL(dp_ioctl_hook);
 
 /* Datapaths.  Protected on the read side by rcu_read_lock, on the write side
- * by dp_mutex.  dp_mutex is almost completely redundant with genl_mutex
- * maintained by the Generic Netlink code, but the timeout path needs mutual
- * exclusion too.
+ * by dp_mutex.
  *
  * dp_mutex nests inside the RTNL lock: if you need both you must take the RTNL
  * lock first.
index 122706a8b02a101e559e666cd4363a88bf50182a..ab9359ef5ab1e5c382d91fdeeb6c86a82743b946 100644 (file)
@@ -14,7 +14,6 @@
 #include <asm/page.h>
 #include <linux/kernel.h>
 #include <linux/mutex.h>
-#include <linux/netlink.h>
 #include <linux/netdevice.h>
 #include <linux/workqueue.h>
 #include <linux/skbuff.h>