]> git.baikalelectronics.ru Git - kernel.git/commit
Driver core: fix "driver" symlink timing
authorKay Sievers <kay.sievers@novell.com>
Sat, 7 Oct 2006 19:55:55 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:51:58 +0000 (14:51 -0800)
commit8410795652da483c5e2b0f69617bf682f8e74f2a
treef75e83294a9b4b4ba405e7ed39e941095f8729cf
parenta86e05ad3d788529a1549820fee75306a6780a8a
Driver core: fix "driver" symlink timing

Create the "driver" link before the child device may be created by
the probing logic. This makes it possible for userspace (udev), to
determine the driver property of the parent device, at the time the
child device is created.

Signed-off-by: Kay Sievers <kay.sievers@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/dd.c