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 have a version of umount_all which
we can call from the OCaml inspection code.
---
Wouldn't it be easier to wrap the C implementation, for now? This way
there is no functionality mismatch, and it can be used in both C and
OCaml snippets.
--
Pino Toscano