Re: [PATCH] add "bus" symlink to class/block devices

From: Dmitry Torokhov
Date: Tue Feb 15 2005 - 17:26:47 EST


On Tue, 15 Feb 2005 23:04:06 +0100, Kay Sievers <kay.sievers@xxxxxxxx> wrote:
>
> -static int class_device_dev_link(struct class_device * class_dev)
> -{
> - if (class_dev->dev)
> - return sysfs_create_link(&class_dev->kobj,
> - &class_dev->dev->kobj, "device");
> - return 0;
> -}
> -
> -static void class_device_dev_unlink(struct class_device * class_dev)
> -{
> - sysfs_remove_link(&class_dev->kobj, "device");
> -}
> -

Hi,

I can agree on dropping driver link but I think that the link to
underlying real device is still needed.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/