]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
LXC: fix incorrect parameter of mount in lxcContainerMountFSBind
authorGao feng <gaofeng@cn.fujitsu.com>
Mon, 11 Jun 2012 03:37:36 +0000 (11:37 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 11 Jun 2012 05:03:48 +0000 (13:03 +0800)
commit0cb787bd3c337460706f8ea8c81f6bbfa0268b56
tree9814bea659e6225eb8d3af6a914c7e9aac42133c
parenta80bb970fc1c92b282d832415270f39b06363f16
LXC: fix incorrect parameter of mount in lxcContainerMountFSBind

when do remount,the source and target should be the same
values specified in the initial mount() call.

So change fs->dst to src.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
src/lxc/lxc_container.c