From: Adam J. Richter Date: Fri, 16 Feb 2007 13:35:25 +0000 (+0800) Subject: sysfs: move struct sysfs_dirent to private header X-Git-Tag: v2.6.21-rc2~44^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56c3eae6753f53d3313b926dcdda38c6c9bbe9b;p=pandora-kernel.git sysfs: move struct sysfs_dirent to private header struct sysfs_dirent is private to the fs/sysfs/ subtree. It is not even referenced as an opaque structure outside of that subtree. The following patch moves the declaration from include/linux/sysfs.h to fs/sysfs/sysfs.h, making it clearer that nothing else in the kernel dereferences it. I have been running this patch for years. Please integrate and forward upstream if there are no objections. From: "Adam J. Richter" Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed