vps_create(): don't save LOCAL_UID/GID== for OVZ

Commit b529da9 added saving LOCAL_UID=0 and LOCAL_GID=0
when user namespace is not available. This is needed for
upstream kernel, but does not make any sense for OpenVZ
kernel.

So let's add a check for non-ovz kernel.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed