From: Tejun Heo Date: Thu, 20 Sep 2007 07:05:12 +0000 (+0900) Subject: sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir X-Git-Tag: v2.6.24-rc1~1394^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc747f37a0f089b9366f7385ff870e12911f2383;p=pandora-kernel.git sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir Children list head is only meaninful for directory nodes. Move it into s_dir. This doesn't save any space currently but it will with further changes. Signed-off-by: Tejun Heo Acked-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed