[kernel] r16278 - dists/sid/linux-2.6/debian/patches/features/all/openvz

Maximilian Attems maks at alioth.debian.org
Mon Sep 13 19:27:32 UTC 2010


Author: maks
Date: Mon Sep 13 19:27:28 2010
New Revision: 16278

Log:
openvz commit patch with merged in struck sock change

Modified:
   dists/sid/linux-2.6/debian/patches/features/all/openvz/openvz.patch

Modified: dists/sid/linux-2.6/debian/patches/features/all/openvz/openvz.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/features/all/openvz/openvz.patch	Mon Sep 13 19:08:10 2010	(r16277)
+++ dists/sid/linux-2.6/debian/patches/features/all/openvz/openvz.patch	Mon Sep 13 19:27:28 2010	(r16278)
@@ -38216,9 +38216,9 @@
   * This structure really needs to be cleaned up.
   * Most of it is for TCP, and not used by any of
 @@ -301,6 +303,8 @@ struct sock {
-   	int			(*sk_backlog_rcv)(struct sock *sk,
- 						  struct sk_buff *skb);  
- 	void                    (*sk_destruct)(struct sock *sk);
+ 	int			sk_backlog_len;
+ 	int			sk_backlog_limit;
+ #endif
 +	struct sock_beancounter sk_bc;
 +	struct ve_struct	*owner_env;
  };



More information about the Kernel-svn-changes mailing list