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

Stanislav Kinsburskiy skinsbursky at virtuozzo.com
Tue Jul 25 15:26:13 MSK 2017


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