]> git.proxmox.com Git - mirror_lxc.git/commit
conf: remove dead mount code
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 4 Jun 2017 11:25:23 +0000 (13:25 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 4 Jun 2017 11:25:23 +0000 (13:25 +0200)
commit9aa76a172c8fcf34f3c94b35fab3949e6a39b9f2
tree0ee790bf493d78e5ca459ffd1a064e9a00845358
parentae467c546bb15f16cad3a83b958c19136cdd7e91
conf: remove dead mount code

The removed codepath was non-functional for a long time now. All mounting is
handled through bdev.{c,h} and if that fails the other codepath would
necessarily fail as well. So let's remove them. This makes it way clearer what
is going on and simplifies things massively.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c