On Thu, Apr 02, 2015 at 12:54:00PM +0200, Lennart Poettering wrote:
> On Sun, 22.03.15 13:36, Michael Olbrich (m.olbr...@pengutronix.de) wrote:
>
> Love this work!
Thanks.
[...]
> > +
> > +if (a->expire_event_source) {
> > +r = sd_event_source_set_time(a->expire_event_sou
On Sun, Apr 12, 2015 at 10:33:54PM +0200, Jan Luca Naumann wrote:
> I'm not a systemd-developer so I want to ask you if it is possible to
> add a hook for execute something after the unmount (for example to
> delete the mount directory)?
well, /proc/mount and /proc/self/mountinfo are poll-able, s
On Sun, 12.04.15 22:33, Jan Luca Naumann (j.naum...@fu-berlin.de) wrote:
> Hey Michael,
>
> it is very nice that you add this missing but useful feature :-)
>
> I'm not a systemd-developer so I want to ask you if it is possible to
> add a hook for execute something after the unmount (for example
Hey Michael,
it is very nice that you add this missing but useful feature :-)
I'm not a systemd-developer so I want to ask you if it is possible to
add a hook for execute something after the unmount (for example to
delete the mount directory)?
Thank you very much and best regards,
Jan
signatu
On Thu, 02.04.15 13:55, Mantas Mikulėnas (graw...@gmail.com) wrote:
> Isn't log_warning_errno(errno, "%m") identical to just log_warning("%m")?
it's not. the former generates an ERRNO= structured journal field, the
latter doesn't. Also see my reply to Tom's review about this.
Lennart
--
Lennar
On Fri, 27.03.15 12:36, Tom Gundersen (t...@jklm.no) wrote:
> > +if (errno != EAGAIN)
> > +log_error_errno(errno, "failed to expire automount: %m");
>
> No need for this, it is equivalent to
> log_error("failed to exprie automount: %m");
Not true rea
On Thu, Apr 2, 2015 at 1:54 PM, Lennart Poettering
wrote:
> On Sun, 22.03.15 13:36, Michael Olbrich (m.olbr...@pengutronix.de) wrote:
>
> Love this work!
>
> > init_autofs_dev_ioctl(¶m);
> > param.ioctlfd = ioctl_fd;
> > -param.timeout.timeout = sec;
> > +
> > +/
On Sun, 22.03.15 13:36, Michael Olbrich (m.olbr...@pengutronix.de) wrote:
Love this work!
> init_autofs_dev_ioctl(¶m);
> param.ioctlfd = ioctl_fd;
> -param.timeout.timeout = sec;
> +
> +/* Convert to seconds, rounding up. */
> +param.timeout.timeout = use
Looks nice. Minor nitpicks below.
On Sun, Mar 22, 2015 at 1:36 PM, Michael Olbrich
wrote:
> ---
> man/systemd.automount.xml | 8 ++
> man/systemd.mount.xml | 9 ++
> src/core/automount.c | 209
> --
> src/core/auto
On Sun, Mar 22, 2015 at 1:36 PM, Michael Olbrich
wrote:
> ---
> man/systemd.automount.xml | 8 ++
> man/systemd.mount.xml | 9 ++
> src/core/automount.c | 209
> --
> src/core/automount.h | 6 +-
>
---
man/systemd.automount.xml | 8 ++
man/systemd.mount.xml | 9 ++
src/core/automount.c | 209 --
src/core/automount.h | 6 +-
src/core/dbus-automount.c | 1 +
src/core/load-fragment-
11 matches
Mail list logo