[Devel] [PATCH RHEL7 COMMIT] ve/net: drop net->uevent_sock

Konstantin Khorenko khorenko at virtuozzo.com
Mon Jun 22 03:49:07 PDT 2015


The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-123.1.2.vz7.5.15
------>
commit 91f319720eaad858e19152ff12889d160efa4651
Author: Vladimir Davydov <vdavydov at parallels.com>
Date:   Mon Jun 22 14:49:07 2015 +0400

    ve/net: drop net->uevent_sock
    
    This was used for sending uevents per net namespace. This function
    already exists upstream (see uevent_sock_list).
    
    Signed-off-by: Vladimir Davydov <vdavydov at parallels.com>
---
 include/net/net_namespace.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index e66a928..14eda00 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -87,7 +87,6 @@ struct net {
 	struct list_head	rules_ops;
 
 	struct sock		*_audit_sock;		/* audit socket */
-	struct sock		*uevent_sock;		/* kobject uevent socket */
 
 	struct net_device       *loopback_dev;          /* The loopback */
 	struct netns_core	core;



More information about the Devel mailing list