Hi,
  This patches removes dst_net member (a pointer to struct net)
  of dst_ops (/include/net/dst.h).
        
  Current network namespace implementation does not use it at all.

Denis - any comments ?
        

Regards,
Rami Rosen


Signed-off-by: Rami Rosen <[EMAIL PROTECTED]>
diff --git a/include/net/dst.h b/include/net/dst.h
index e3ac7d0..ad06622 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -102,7 +102,6 @@ struct dst_ops
 
        atomic_t                entries;
        struct kmem_cache               *kmem_cachep;
-       struct net              *dst_net;
 };
 
 #ifdef __KERNEL__

Reply via email to