commit | e18a7399b9954f5eb8b6609677b70b4dbdf1772d | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Jul 30 09:30:32 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Jul 30 09:30:32 2013 -0700 |
tree | cb1c58afe569c9a74a693e36cb967f3a1d1fce9c | |
parent | bf084c049a5873b4797a8dddb3e54350d8db4040 [diff] |
Factor out mount_devpts() Move that piece of code that does /dev/pts mount for a newly created container out of _env_create to a separate function mount_devpts(). No changes in the code. Signed-off-by: Kir Kolyshkin <kir@openvz.org>