Hopefully this one is fixed.
[linux-2.6.git] / linux-2.6-596-debug.patch
1 --- linux-2.6.22-596/kernel/vserver/space.c.orig        2008-03-11 16:13:48.000000000 -0400
2 +++ linux-2.6.22-596/kernel/vserver/space.c     2008-03-11 16:26:08.000000000 -0400
3 @@ -195,7 +195,9 @@
4         }
5  
6         fs_new = xchg(&current->fs, fs_new);
7 +       printk(KERN_ALERT "Xchg-ing %x with %x\n", &current->nsproxy, proxy_new);
8         proxy_new = xchg(&current->nsproxy, proxy_new);
9 +       printk(KERN_ALERT "current->nsproxy: %x\n", &current->nsproxy);
10         ret = 0;
11  
12         if (proxy_new)