commit | d6664f6a0e8d2e2a2e0b82dd9e20cf9e4646892f | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Jan 21 15:33:17 2015 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Jan 21 15:37:47 2015 -0800 |
tree | 75c586f38f59571ff5a3bef045dc189f7b54c43d | |
parent | 5eac8f78ebaecd0ee17d6942a1ff09b25040d184 [diff] |
[style] fs_create(): rename a var In this function, char * dst (introduced in commit 27cea49d) is a directory to untar a template to. Rename it: dst -> untar_to to make the code easier to read. Signed-off-by: Kir Kolyshkin <kir@openvz.org>