[kernel] r16256 - dists/sid/linux-2.6/debian/patches/features/all/openvz
Ben Hutchings
benh at alioth.debian.org
Thu Sep 9 04:30:39 UTC 2010
Author: benh
Date: Thu Sep 9 04:30:28 2010
New Revision: 16256
Log:
Fix context after socket backlog changes
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 Thu Sep 9 04:08:33 2010 (r16255)
+++ dists/sid/linux-2.6/debian/patches/features/all/openvz/openvz.patch Thu Sep 9 04:30:28 2010 (r16256)
@@ -38089,9 +38089,9 @@
void (*sk_destruct)(struct sock *sk);
+ struct sock_beancounter sk_bc;
+ struct ve_struct *owner_env;
- };
-
- /*
+ #ifndef __GENKSYMS__
+ int sk_backlog_len;
+ int sk_backlog_limit;
@@ -591,6 +595,8 @@ static inline int sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)
})
More information about the Kernel-svn-changes
mailing list