commit | 8218ef80932aa7e5e3d20c929a640c8d82133a9a | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Tue Dec 13 15:17:34 2005 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 16:18:09 2006 -0800 |
tree | 73f2e7a972563cf536a7dae0fa02d99c4041d893 | |
parent | 874c6241b2e49e52680d32a50d4909c7768d5cb9 [diff] |
[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>