Re: [lxc-devel] Linux kernel with namespace patch -compilation problem

2011-03-06 Thread Daniel Lezcano
On 03/05/2011 07:15 AM, Maheswara Reddy C - ERS, HCL Tech wrote: > Hi, > > I am successfully upgraded the linux kernel 2.6.34.1 with namespace enable. > I have add few socket options in setsockopt() fun in net/core/sock.c and > code is put under > > Ifdef NAMESPACE_PATCH > >///modified code

[lxc-devel] Linux kernel with namespace patch -compilation problem

2011-03-04 Thread Maheswara Reddy C - ERS, HCL Tech
Hi, I am successfully upgraded the linux kernel 2.6.34.1 with namespace enable. I have add few socket options in setsockopt() fun in net/core/sock.c and code is put under Ifdef NAMESPACE_PATCH ///modified code #endif Where to define the NAMESPACE_PATCH ? I have seen in makefile and some