Re: [systemd-devel] [PATCH] core: Don't require cgroups xattr support

2014-06-27 Thread Cristian Rodríguez
El 26/06/14 01:58, Zbigniew Jędrzejewski-Szmek escribió: > On Wed, Jun 25, 2014 at 11:45:45AM +, Tom Hirst wrote: >> Failure to mount cgroups with xattr should not be fatal >> --- >> src/core/mount-setup.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/core/mou

Re: [systemd-devel] [PATCH] core: Don't require cgroups xattr support

2014-06-25 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 25, 2014 at 11:45:45AM +, Tom Hirst wrote: > Failure to mount cgroups with xattr should not be fatal > --- > src/core/mount-setup.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c > index 991bfdf..206f89a 100

[systemd-devel] [PATCH] core: Don't require cgroups xattr support

2014-06-25 Thread Tom Hirst
Failure to mount cgroups with xattr should not be fatal --- src/core/mount-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index 991bfdf..206f89a 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -94,7 +9