]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove unused 'opts' field from LXC basic mounts struct
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Oct 2013 11:08:14 +0000 (12:08 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Nov 2013 07:51:47 +0000 (15:51 +0800)
commitc6b84a9dee830ab94224e6fb62dab1be92fbf193
treea692706af6793b9e970c4a0257dc53842f96757d
parentccacd4fe3b7c9de7a4b6bb10220193fc4ba41221
Remove unused 'opts' field from LXC basic mounts struct

The virLXCBasicMountInfo struct contains a 'char *opts'
field passed onto the mount() syscall. Every entry in the
list sets this to NULL though, so it can be removed to
simplify life.

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