chiark / gitweb /
don't create uuid/label links for raid members
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index 0c7ca12f10def122a55a8359cc2968df491e2910..2652d46ada8d4db45052aa7ed16f8d4c6674dec5 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -54,6 +54,7 @@ struct udev_rules;
 
 struct sysfs_device {
        struct list_head node;                  /* for device cache */
+       struct sysfs_device *parent;            /* already cached parent*/
        char devpath[PATH_SIZE];
        char subsystem[NAME_SIZE];              /* $class/$bus/"drivers" */
        char kernel_name[NAME_SIZE];            /* device instance name */