]> xenbits.xensource.com Git - libvirt.git/commit
Remove obsolete skipRoot flag in LXC driver
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 15 May 2013 09:53:15 +0000 (10:53 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 May 2013 15:29:35 +0000 (17:29 +0200)
commit7bb7510de729b1ac72150b6d095e4482a5e3faa3
treecc3cd336a976a833737a80070854deb91a62ec65
parent31453a837b5de51182b678240d2736de62642a97
Remove obsolete skipRoot flag in LXC driver

The lxcContainerMountAllFS method had a 'bool skipRoot'
flag to control whether it mounts the / filesystem. Since
removal of the non-pivot root container setup codepaths,
this flag is obsolete as the only caller always passes
'true'.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_container.c