From: Kay Sievers Date: Thu, 29 Nov 2007 22:46:11 +0000 (+0100) Subject: sysfs: fix /sys/module/*/holders after sysfs logic change X-Git-Tag: v2.6.25-rc1~1243^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97c146ef075dc40ae34407c03d3860fc3850b8e8;p=pandora-kernel.git sysfs: fix /sys/module/*/holders after sysfs logic change Sysfs symlinks now require fully registered kobjects as a target, otherwise the call to create a symlink will fail. Here we register the kobject before we request the symlink in the holders directory. Signed-off-by: Kay Sievers Cc: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed