Re: [PATCH 05/23] user: Use generic ns_common::count

2020-07-30 Thread Christian Brauner
On Thu, Jul 30, 2020 at 02:59:47PM +0300, Kirill Tkhai wrote: > Convert user namespace to use generic counter. > > Signed-off-by: Kirill Tkhai > --- Looks good! Acked-by: Christian Brauner > include/linux/user_namespace.h |5 ++--- > kernel/user.c |2 +- > kernel/user

[PATCH 05/23] user: Use generic ns_common::count

2020-07-30 Thread Kirill Tkhai
Convert user namespace to use generic counter. Signed-off-by: Kirill Tkhai --- include/linux/user_namespace.h |5 ++--- kernel/user.c |2 +- kernel/user_namespace.c|4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/include/linux/user_name