From: Kay Sievers Date: Tue, 11 Sep 2007 15:00:14 +0000 (+0200) Subject: [SCSI] switch sdev sysfs attributes to default attributes X-Git-Tag: v2.6.24-rc1~1290^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd129445f23c037d9a440ebfa4109e11c220301;p=pandora-kernel.git [SCSI] switch sdev sysfs attributes to default attributes This removes the unused sysfs attribute overwriting logic for most of the attributes, and plugs them into the driver core default attribute creation. Without this patch, at the time of the events for the SCSI LUN's, there will be no sysfs files, because their creation is delayed until the sd driver has spun up the disks, which might take several seconds. It is the last WAIT_FOR_SYSFS rule in the default udev setup which can be removed with this change. Signed-off-by: Kay Sievers Signed-off-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed