]> git.proxmox.com Git - mirror_lxc.git/commit
Move remaining overlay helpers to overlay.{c,h}
authorChristian Brauner <christian.brauner@mailbox.org>
Tue, 15 Dec 2015 14:19:08 +0000 (15:19 +0100)
committerChristian Brauner <christian.brauner@mailbox.org>
Tue, 15 Dec 2015 16:03:58 +0000 (17:03 +0100)
commit5c484f794d472a1226688e9cd94aedc6077b95d1
tree2e797e026d8350ec4373b37b75f63fd0feb75aa6
parent83e79752a2cf2b25fc94acabd465227f0404571d
Move remaining overlay helpers to overlay.{c,h}

Move
- ovl_get_rootfs_dir()
- mount_entry_create_overlay_dirs()

from conf.h to overlay.{c,h} where they belong.

Rename
- mount_entry_create_overlay_dirs() --> ovl_mkdir()

in accordance with the ovl_ prefix naming scheme for types and functions
associated with overlay.

Take the chance to add whitespace between operators where missing.

Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
src/lxc/bdev/overlay.c
src/lxc/bdev/overlay.h
src/lxc/conf.c