src/vzctl-actions.c: remove mount() and umount()

Those were one-line wrappers around vps_mount() and vps_umount(),
and their names are the same as well known syscalls, which prevents
us from including sys/mount.h header.

We already have enough *mount and *umount functions,
so let's remove these.

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