From: Tejun Heo Date: Wed, 13 Jun 2007 19:27:22 +0000 (+0900) Subject: sysfs: make kobj point to sysfs_dirent instead of dentry X-Git-Tag: v2.6.23-rc1~1107^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608e266a2d4e62c1b98c1c573064b6afe8c06a58;p=pandora-kernel.git sysfs: make kobj point to sysfs_dirent instead of dentry As kobj sysfs dentries and inodes are gonna be made reclaimable, dentry can't be used as naming token for sysfs file/directory, replace kobj->dentry with kobj->sd. The only external interface change is shadow directory handling. All other changes are contained in kobj and sysfs. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed