Remove sysfs_attr cache
authorHannes Reinecke <hare@suse.de>
Mon, 4 May 2009 12:11:18 +0000 (14:11 +0200)
committerHannes Reinecke <hare@suse.de>
Mon, 16 May 2011 10:01:31 +0000 (12:01 +0200)
commit6888db0777e46ff057de5a48e522a5ac573f6115
treeeb8cc3174aba2f5ce49d5881d6b541cf7528bee3
parent35f543f7f2ef1e6f5e7a73144103bf29f8de4594
Remove sysfs_attr cache

The sysfs attribute cache was meant to speed up sysfs accesses.
However, we need to update the cache values on each access, so
there is no speedup to be had.
So remove it and save memory.

Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/discovery.c
libmultipath/sysfs.c
libmultipath/sysfs.h
multipathd/main.c