vzctl create, vzctl exec: do skip fsck

fsmount() function is called from vps_postcreate() and vps_run_script(),
and its last argument, fsck, is a binary flag passed on to libploop
directly, with value of 0 meaning to skip fsck, any other value to run fsck.

So, using SKIP_FSCK flag is a mistake here, we should just use 0.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
2 files changed