]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] quick fix for libsysfs bus
authordsteklof@us.ibm.com <dsteklof@us.ibm.com>
Thu, 27 Nov 2003 01:31:59 +0000 (17:31 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:04 +0000 (21:13 -0700)
commitb376d32cb462455053061d2cf3da3ac640fd37ee
tree6d89970a308e45ccbe8b863da6c0e483b9f20135
parentff44a6b0b7e98c9f696ee13c197d982819991de8
[PATCH] quick fix for libsysfs bus

There seems to be a
mismatch in udev and in libsysfs as to what to expect if the mnt point
has a slash on the end or not. If I use the included patch, it breaks
something in udev. If I patch sysfs_get_mnt_path I break udev as well
because what you're expecting. I need to sit down and go through
the library and creaate a rule as to trailing slashes. Adding the env
brought this to light.
libsysfs/sysfs_device.c