commit | 35e469d093f4238bd4754fd1fc59edf3d658300d | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Jul 05 16:23:47 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Jul 05 16:23:47 2012 +0400 |
tree | e851bf8e7c06b0daf404b0be631d976994943fd1 | |
parent | 18454742ca08140f305be44c42ebed9c5566ed94 [diff] |
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>