Re: [Libguestfs] [PATCH v9 04/11] daemon: Implement umount_all in OCaml.

2017-07-21 Thread Richard W.M. Jones
On Thu, Jul 20, 2017 at 05:16:40PM +0200, Pino Toscano wrote: > On Monday, 17 July 2017 18:55:24 CEST Richard W.M. Jones wrote: > > Unlike previous ‘daemon: Reimplement ...’ patches, this does not > > reimplement the umount_all API completely (yet, but this > > implementation could be completed in

Re: [Libguestfs] [PATCH v9 04/11] daemon: Implement umount_all in OCaml.

2017-07-20 Thread Pino Toscano
On Monday, 17 July 2017 18:55:24 CEST Richard W.M. Jones wrote: > Unlike previous ‘daemon: Reimplement ...’ patches, this does not > reimplement the umount_all API completely (yet, but this > implementation could be completed in future and then replace the C > one). However it is necessary to

[Libguestfs] [PATCH v9 04/11] daemon: Implement umount_all in OCaml.

2017-07-17 Thread Richard W.M. Jones
Unlike previous ‘daemon: Reimplement ...’ patches, this does not reimplement the umount_all API completely (yet, but this implementation could be completed in future and then replace the C one). However it is necessary to have a version of umount_all which we can call from the OCaml inspection