Re: [Libguestfs] [PATCH 1/2] mllib: add an hook to cleanup directories on exit

2014-02-20 Thread Richard W.M. Jones
On Thu, Feb 20, 2014 at 04:34:51PM +0100, Pino Toscano wrote: > Much similar to unlink_on_exit, but recursively cleaning directories. > --- > mllib/common_utils.ml | 23 +++ > 1 file changed, 23 insertions(+) > > diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml > ind

Re: [Libguestfs] [PATCH 1/2] mllib: add an hook to cleanup directories on exit

2014-02-20 Thread Richard W.M. Jones
[Adding libguestfs CC this time] On Thu, Feb 20, 2014 at 03:04:19PM +0100, Pino Toscano wrote: > Much similar to unlink_on_exit, but recursively cleaning directories. > --- > mllib/common_utils.ml | 35 +++ > 1 file changed, 35 insertions(+) > > diff --git a/mllib

[Libguestfs] [PATCH 1/2] mllib: add an hook to cleanup directories on exit

2014-02-20 Thread Pino Toscano
Much similar to unlink_on_exit, but recursively cleaning directories. --- mllib/common_utils.ml | 23 +++ 1 file changed, 23 insertions(+) diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml index 3943417..de3bd40 100644 --- a/mllib/common_utils.ml +++ b/mllib/common_ut

[Libguestfs] [PATCH 1/2] mllib: add an hook to cleanup directories on exit

2014-02-20 Thread Pino Toscano
Much similar to unlink_on_exit, but recursively cleaning directories. --- mllib/common_utils.ml | 35 +++ 1 file changed, 35 insertions(+) diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml index 3943417..d02a2d3 100644 --- a/mllib/common_utils.ml +++ b/mll

Re: [Libguestfs] [PATCH 1/2] mllib: add an hook to cleanup directories on exit

2014-02-20 Thread Pino Toscano
On Thursday 20 February 2014 13:08:40 Richard W.M. Jones wrote: > On Thu, Feb 20, 2014 at 11:53:16AM +0100, Pino Toscano wrote: > > Much similar to unlink_on_exit, but recursively cleaning > > directories. > > --- > > > > mllib/common_utils.ml | 29 + > > 1 file change

Re: [Libguestfs] [PATCH 1/2] mllib: add an hook to cleanup directories on exit

2014-02-20 Thread Richard W.M. Jones
On Thu, Feb 20, 2014 at 11:53:16AM +0100, Pino Toscano wrote: > Much similar to unlink_on_exit, but recursively cleaning directories. > --- > mllib/common_utils.ml | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml

[Libguestfs] [PATCH 1/2] mllib: add an hook to cleanup directories on exit

2014-02-20 Thread Pino Toscano
Much similar to unlink_on_exit, but recursively cleaning directories. --- mllib/common_utils.ml | 29 + 1 file changed, 29 insertions(+) diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml index 3943417..f49ede6 100644 --- a/mllib/common_utils.ml +++ b/mllib/com