]> git.ipfire.org Git - thirdparty/lxc.git/commit
move and rename mount_entry_create_aufs_dirs() 799/head
authorChristian Brauner <christian.brauner@mailbox.org>
Tue, 2 Feb 2016 23:41:14 +0000 (00:41 +0100)
committerChristian Brauner <christian.brauner@mailbox.org>
Wed, 3 Feb 2016 09:39:48 +0000 (10:39 +0100)
commit1d52bdf7b6e534e1b58ba31fc610c77112aa49e3
treeb9f3fba83ca662ce6a86de5eb1a1a523b2b69390
parentcefbc615acbed57809f4b254e33ef34e0847f665
move and rename mount_entry_create_aufs_dirs()

- The function mount_entry_create_aufs_dirs() moves from conf.c to
  lxcaufs.{c,h} where it belongs.
- In accordance with the "aufs_" prefix naming scheme for functions associated
  with lxcaufs.{c,h} mount_entry_create_aufs_dirs() becomes aufs_mkdir().
- Add aufs_get_rootfs() which returns the rootfs for an aufs lxc.rootfs.

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