vzctl create: fix cleanup

Create CT cleanup introduced in commit 91d1516 was incorrect, since we
create CT private area in a temp dir and then rename this dir to proper
$VE_PRIVATE.

Fix by moving cleanup hook instantiation to fs_create(), and using the
temp dir as its data.

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