[Devel] [PATCH RHEL7 COMMIT] ve: remove some dead parts from ve_struct

Konstantin Khorenko khorenko at virtuozzo.com
Mon Aug 7 12:37:19 MSK 2017


The commit is pushed to "branch-rh7-3.10.0-514.26.1.vz7.35.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-514.26.1.vz7.33.22
------>
commit 4a3f0b5cf339e1b39f41f7a4002313dfe0e0ac05
Author: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
Date:   Mon Aug 7 13:37:19 2017 +0400

    ve: remove some dead parts from ve_struct
    
    Signed-off-by: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
---
 include/linux/ve.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/linux/ve.h b/include/linux/ve.h
index 2d8eca6..94dd068 100644
--- a/include/linux/ve.h
+++ b/include/linux/ve.h
@@ -28,7 +28,6 @@
 struct tty_driver;
 struct file_system_type;
 struct veip_struct;
-struct ve_monitor;
 struct nsproxy;
 struct user_namespace;
 extern struct user_namespace init_user_ns;
@@ -94,8 +93,6 @@ struct ve_struct {
 	unsigned long		down_at;
 	struct list_head	cleanup_list;
 	unsigned char		disable_net;
-	struct ve_monitor	*monitor;
-	struct proc_dir_entry	*monitor_proc;
 	unsigned long		meminfo_val;
 	int _randomize_va_space;
 


More information about the Devel mailing list