[PATCH] Driver core: Make block devices create the proper symlink name
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 13 Dec 2005 23:17:34 +0000 (15:17 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2006 00:18:09 +0000 (16:18 -0800)
commit8218ef80932aa7e5e3d20c929a640c8d82133a9a
tree73f2e7a972563cf536a7dae0fa02d99c4041d893
parent874c6241b2e49e52680d32a50d4909c7768d5cb9
[PATCH] Driver core: Make block devices create the proper symlink name

Block devices need to add the block device name to the symlink they put
in the device directory, otherwise multiple symlinks of the same name
can be created.  This matches the class system, which works the same
way, we just forgot to convert block at the same time.

Cc: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/partitions/check.c