]> git.ipfire.org Git - thirdparty/lxc.git/commit
Comment the lxc_rootfs structure 798/head
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 3 Feb 2016 03:20:05 +0000 (19:20 -0800)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 4 Feb 2016 00:13:57 +0000 (16:13 -0800)
commit59bb8698091c2b09dcb826ab0caf995f388255a9
tree3caad314b4d7de8b2912d90221415bb14d2c6330
parent2a2d3caf5771047ab74a00d8afc2e2695f9bc6c8
Comment the lxc_rootfs structure

Comment rootfs.path and rootfs.mount so people can better figure
out which to use.

Remove the unused pivotdir argument from setup_rootfs_pivot_root().
Remove the unused pivot member of the lxc_rootfs struct.  And just
return 0 (success) when someone passes a lxc.pivotdir entry.  One
day we'll turn that into an error, but not yet...

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c