From: Eric W. Biederman Date: Mon, 20 Aug 2007 12:36:30 +0000 (+0900) Subject: sysfs: Remove s_dentry X-Git-Tag: v2.6.24-rc1~1394^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a26b79c426f8e55ebf7204cb138eb6b1645d4d3;p=pandora-kernel.git sysfs: Remove s_dentry The only uses of s_dentry left are the code that maintains s_dentry and trivial users that don't actually need it. So this patch removes the s_dentry maintenance code and restructures the trivial uses to use something else. Signed-off-by: Eric W. Biederman Signed-off-by: Tejun Heo Cc: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed