]> git.proxmox.com Git - mirror_lxcfs.git/commit - bindings.c
bindings: return opened fd for controller
authorChristian Brauner <cbrauner@suse.de>
Fri, 5 Aug 2016 17:45:46 +0000 (19:45 +0200)
committerChristian Brauner <cbrauner@suse.de>
Mon, 8 Aug 2016 18:00:31 +0000 (20:00 +0200)
commit5dd3e6fd1698434223c6fdde4e72351a06cbe84a
treee15a16b602d1af1268580ab84e5ebe126b61fe54
parent4e3f18fb94945276525ecf807b094cbd26ad04fb
bindings: return opened fd for controller

find_mounted_controller() now stores the corresponding open file descriptor for
the mount of the controller in the private lxcfs mount namespace in @cfd.

Signed-off-by: Christian Brauner <cbrauner@suse.de>
bindings.c