Re: [systemd-devel] [PATCH] udev: Fix ping timeout when settle timeout is 0

2015-04-22 Thread David Herrmann
Hi On Mon, Apr 20, 2015 at 6:58 PM, David Herrmann wrote: > Hi > > On Sun, Apr 19, 2015 at 1:49 AM, Nir Soffer wrote: >> When running udevadm settle --timeout=0, the ping always times out, and >> udevadm will return 0 without checking the queue state. >> >> Since zero timeout is considered as un

Re: [systemd-devel] [PATCH] udev: Fix ping timeout when settle timeout is 0

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

Re: [systemd-devel] [PATCH] udev: Fix ping timeout when settle timeout is 0

2015-04-20 Thread David Herrmann
Hi On Sun, Apr 19, 2015 at 1:49 AM, Nir Soffer wrote: > When running udevadm settle --timeout=0, the ping always times out, and > udevadm will return 0 without checking the queue state. > > Since zero timeout is considered as unlimited timeout, we use now > unlimited ping timeout. > --- > src/ud

[systemd-devel] [PATCH] udev: Fix ping timeout when settle timeout is 0

2015-04-18 Thread Nir Soffer
When running udevadm settle --timeout=0, the ping always times out, and udevadm will return 0 without checking the queue state. Since zero timeout is considered as unlimited timeout, we use now unlimited ping timeout. --- src/udev/udevadm-settle.c | 4 +++- 1 file changed, 3 insertions(+), 1 dele