Re: [systemd-devel] [PATCH v3] dev-root.device is not active, results in an umount spree

2015-05-19 Thread Lennart Poettering
On Tue, 19.05.15 08:29, Martin Pitt (martin.p...@ubuntu.com) wrote: > From 8bbd9d1df6877867ce7958c2e51574b3e74c68e6 Mon Sep 17 00:00:00 2001 > From: Martin Pitt > Date: Sun, 17 May 2015 15:07:47 +0200 > Subject: [PATCH] device: create units with intended "found" value Applied this one! Thanks!

Re: [systemd-devel] [PATCH v3] dev-root.device is not active, results in an umount spree

2015-05-19 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel mailing list systemd-devel@

[systemd-devel] [PATCH v3] dev-root.device is not active, results in an umount spree

2015-05-18 Thread Martin Pitt
Hello, Lennart Poettering [2015-05-18 22:57 +0200]: > > +if (dev) { > > +sysfs = udev_device_get_syspath(dev); > > +if (!sysfs) > > +return 0; > > +} > > Why move this down? In order to keep the patch small and easy to grok,