add comment explaining previous change
This commit is contained in:
parent
582dff0514
commit
802a7be54f
@ -107,6 +107,17 @@ uuidcache_init(void)
|
|||||||
if (uuidCache)
|
if (uuidCache)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/* We were scanning /proc/partitions
|
||||||
|
* and /proc/sys/dev/cdrom/info here.
|
||||||
|
* Missed volume managers. I see that "standard" blkid uses these:
|
||||||
|
* /dev/mapper/control
|
||||||
|
* /proc/devices
|
||||||
|
* /proc/evms/volumes
|
||||||
|
* /proc/lvm/VGs
|
||||||
|
* This is unacceptably complex. Let's just scan /dev.
|
||||||
|
* (Maybe add scanning of /sys/block/XXX/dev for devices
|
||||||
|
* somehow not having their /dev/XXX entries created?) */
|
||||||
|
|
||||||
recursive_action("/dev", ACTION_RECURSE,
|
recursive_action("/dev", ACTION_RECURSE,
|
||||||
uuidcache_check_device, /* file_action */
|
uuidcache_check_device, /* file_action */
|
||||||
NULL, /* dir_action */
|
NULL, /* dir_action */
|
||||||
|
Loading…
Reference in New Issue
Block a user