[Devel] [PATCH RHEL7 COMMIT] vzprivnet: Revert "VZPRIVNET: cache filtering result on dst"

Konstantin Khorenko khorenko at virtuozzo.com
Mon Oct 31 08:56:45 PDT 2016


The commit is pushed to "branch-rh7-3.10.0-327.36.1.vz7.19.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-327.36.1.vz7.19.4
------>
commit 0fd4f3dbe80ec7ed7b13e1ae676001997fb3f8a5
Author: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
Date:   Mon Oct 31 19:56:45 2016 +0400

    vzprivnet: Revert "VZPRIVNET: cache filtering result on dst"
    
    This reverts commit d1cccb1d95167990e1e726426161c2c0424aaa52.
    
    https://jira.sw.ru/browse/PSBM-53646
    
    Signed-off-by: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
---
 include/net/dst.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/net/dst.h b/include/net/dst.h
index 9f0650d..3da7573 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -102,8 +102,6 @@ struct dst_entry {
 	atomic_t		__refcnt;	/* client references	*/
 	int			__use;
 	unsigned long		lastuse;
-	unsigned int		privnet_mark;
-
 	union {
 		struct dst_entry	*next;
 		struct rtable __rcu	*rt_next;


More information about the Devel mailing list