]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
userns: Don't special case a count of 0
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 31 Oct 2017 20:54:32 +0000 (15:54 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 31 Oct 2017 22:23:11 +0000 (17:23 -0500)
commit11a8b9270e16e36d5fb607ba4b60db2958b7c625
tree82ba6ad20d0ffdb4907035d809c712ca13b0910c
parent6397fac4915ab3002dc15aae751455da1a852f25
userns: Don't special case a count of 0

We can always use a count of 1 so there is no reason to have
a special case of a count of 0.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
kernel/user_namespace.c