From: Tejun Heo Date: Thu, 20 Sep 2007 07:05:12 +0000 (+0900) Subject: sysfs: make sysfs_root a regular directory dirent X-Git-Tag: v2.6.24-rc1~1394^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2f75f0e0cac645c22c85bcf429683b3fa0d2d9;p=pandora-kernel.git sysfs: make sysfs_root a regular directory dirent sysfs_root is different from a regular directory dirent in that it's of type SYSFS_ROOT and doesn't have a name. These differences aren't used by anybody and only adds to complexity. Make sysfs_root a regular directory dirent. Signed-off-by: Tejun Heo Acked-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed