]> git.baikalelectronics.ru Git - kernel.git/commit
cciss: fix sysfs broken symlink regression
authorMike Miller <mike.miller@hp.com>
Thu, 6 Nov 2008 20:53:24 +0000 (12:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Nov 2008 23:41:17 +0000 (15:41 -0800)
commitbfe1999cc49ddf69d38992b4b2d6fb4e13738de8
treed59d665df58153c0542c7ce283d1cb54dd32f1cf
parent623d6d01f7c92c922fb6fc15fdcfc4918884a526
cciss: fix sysfs broken symlink regression

Regression introduced by commit dbc9fbbb9ee2538f4ec2fcee9c1135a0e477bb3b
("cciss: remove redundant code").

This patch fixes a broken symlink in sysfs that was introduced by the
above commit.  We broke it in 2.6.27-rc on or about 20080804.  Some
installers are broken if this symlink does not exist and they may not
detect the logical drives configured on the controller.  It does not
require being backported into 2.6.26.x or earlier kernels.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: <stable@kernel.org> [2.6.27.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/cciss.c