Files
systemd/src/shared
Dave Reisner e40872fc53 path-util: fix breakage in path_is_mount_point
This fixes 2 problems introduced by 6feeeab0bc:

1) If name_to_handle_at returns ENOSYS for the child, we'll wrongly
return -ENOSYS when it returns the same for the parent. Immediately
jump to the fallback logic when we get ENOSYS.

2) If name_to_handle_at returns EOPNOTSUPP for the child but suceeds
for the parent, we'll be comparing an uninitialized value (mount_id) to
an initialized value (mount_id_parent). Initialize the mount_id
variables to invalid mount_ids to avoid this.
2014-12-18 18:34:12 -05:00
..
2014-10-17 08:55:42 -04:00
2014-12-09 18:23:24 +01:00
2014-12-09 18:23:24 +01:00
2014-12-16 00:30:33 -05:00
2014-12-16 00:30:33 -05:00
2014-11-27 22:05:24 +01:00
2014-12-15 22:27:15 +01:00
2014-12-15 22:27:15 +01:00
2014-10-31 10:57:21 +01:00
2014-11-28 11:54:25 +01:00
2014-10-23 21:36:56 +02:00
2014-10-02 14:52:32 +02:00
2014-07-20 19:48:16 -04:00
2014-10-03 15:57:00 +02:00
2014-07-17 11:39:48 +02:00
2014-10-30 19:50:51 +01:00
2014-12-17 01:09:16 +01:00
2014-12-17 01:09:16 +01:00
2014-10-24 19:10:09 +02:00
2014-12-16 00:30:34 -05:00
2014-12-15 22:27:15 +01:00
2014-06-06 19:41:24 +02:00
2014-12-15 22:27:15 +01:00