From: Eric W. Biederman Date: Mon, 20 Aug 2007 12:36:29 +0000 (+0900) Subject: sysfs: Use kill_anon_super X-Git-Tag: v2.6.24-rc1~1394^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0333cd8a3f4249fde2c50929a6eac35245fc685b;p=pandora-kernel.git sysfs: Use kill_anon_super Since sysfs no longer stores fs directory information in the dcache on a permanent basis kill_litter_super it is inappropriate and actively wrong. It will decrement the count on all dentries left in the dcache before trying to free them. At the moment this is not biting us only because we never unmount sysfs. 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