Re: [PATCH 1/5] device_cgroup: fix locking in devcgroup_destroy()

2012-12-03 Thread Tejun Heo
On Tue, Nov 27, 2012 at 02:35:02PM -0500, Aristeu Rozanski wrote: > Cc: Tejun Heo > Cc: Serge Hallyn > Signed-off-by: Aristeu Rozanski Acked-by: Tejun Heo Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.k

Re: [PATCH 1/5] device_cgroup: fix locking in devcgroup_destroy()

2012-11-29 Thread Serge E. Hallyn
Quoting Aristeu Rozanski (a...@redhat.com): > Cc: Tejun Heo > Cc: Serge Hallyn Acked-by: Serge Hallyn > Signed-off-by: Aristeu Rozanski > --- > security/device_cgroup.c |4 > 1 file changed, 4 insertions(+) > > Index: github/security/device_cgroup.c > ==