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

2015-05-19 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, can this

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: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:20150519062916.GD3222%40piware.de -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel mailing list

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 martin.p...@ubuntu.com Date: Sun, 17 May 2015 15:07:47 +0200 Subject: [PATCH] device: create units with intended found value Applied