Re: [lxc-devel] [PATCH 08/21] conf.c: Define LO_FLAGS_AUTOCLEAR if it's not

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > LO_FLAGS_AUTOCLEAR isn't defined on bionic, so add an extra ifndef > and set it to its usual value if it's not. > > Signed-off-by: Stéphane Graber Sure - comes from the kernel source anyway. Acked-by: Serge E. Hallyn > --- > src/lxc/conf.c | 4

[lxc-devel] [PATCH 08/21] conf.c: Define LO_FLAGS_AUTOCLEAR if it's not

2013-01-03 Thread Stéphane Graber
LO_FLAGS_AUTOCLEAR isn't defined on bionic, so add an extra ifndef and set it to its usual value if it's not. Signed-off-by: Stéphane Graber --- src/lxc/conf.c | 4 1 file changed, 4 insertions(+) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 4f041dc..7e1d10a 100644 --- a/src/lxc/conf