chiark / gitweb /
[PATCH] another patch for path problem
authordsteklof@us.ibm.com <dsteklof@us.ibm.com>
Tue, 2 Dec 2003 08:48:01 +0000 (00:48 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:04 +0000 (21:13 -0700)
commitedcd336477880368915245a4b7ddd1bca5940b30
tree7fbc2147d115ec6dc1050e41a2647bce2c7e957c
parentbc1530c65c282e27eb60de797291ca45c2d8cda2
[PATCH] another patch for path problem

The quick patch I sent you yesterday fixes it in one location, but
there are other points in the library that calls sysfs_get_mnt_path. We
need to address all the areas in the library where paths are used. The
following patch is a band-aid until we can get a proper path management
in the library.
libsysfs/libsysfs.h
libsysfs/sysfs_bus.c
libsysfs/sysfs_class.c
libsysfs/sysfs_device.c
libsysfs/sysfs_driver.c
libsysfs/sysfs_utils.c