From: Greg Kroah-Hartman Date: Wed, 24 Jul 2013 22:05:28 +0000 (-0700) Subject: [SCSI] sd: convert class code to use dev_groups X-Git-Tag: v3.12-rc1~180^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ea2351fba3b96b20107b4483b133137f653717;p=pandora-kernel.git [SCSI] sd: convert class code to use dev_groups The dev_attrs field of struct class is going away soon, dev_groups should be used instead. This converts the scsi disk class code to use the correct field. It required some functions to be moved around to place the show and store functions next to each other, the old order seemed to make no sense at all. Signed-off-by: Greg Kroah-Hartman Signed-off-by: James Bottomley --- Reading git-diff-tree failed