]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
[PATCH] md: make sure /block link in /sys/.../md/ goes to correct devices
authorNeilBrown <neilb@suse.de>
Wed, 9 Nov 2005 05:39:37 +0000 (21:39 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:39 +0000 (07:56 -0800)
commitf637b9f9fc195e4f4635faf495fd8b462c21b411
treebcd71dc2e3c0a2fd97c5973d6a29010c3eab1990
parentf91de92ed6bfb70a3ff607558c910c7bf34d45e9
[PATCH] md: make sure /block link in /sys/.../md/ goes to correct devices

If a block_device is a partition, then it's kobject is
  bdev->bd_part->kobj
otherwise (if it is a full device), the kobject is
  bdev->bd_disk->kobj

As md wants back-links to the correct object (whether partition or not), we
need to respect this difference...  (Thus current code shows a link to the
whole device, whether we are using a partition or not, which is wrong).

Signed-off-by: Neil Brown <neilb@suse.de>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c