commit | 4c3da2209b1261af9a948b7509a38904c8eee554 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Nov 04 02:50:06 2009 -0800 |
committer | James Morris <jmorris@namei.org> | Thu Nov 05 08:19:18 2009 +1100 |
tree | 74e2f113f8a40885b0df4858a3ba19f4747086a1 | |
parent | 91d3f9bacdb4950d2f79fe2ba296aa249f60d06c [diff] |
sysfs: Don't leak secdata when a sysfs_dirent is freed. While refreshing my sysfs patches I noticed a leak in the secdata implementation. We don't free the secdata when we free the sysfs dirent. This is a bug in 2.6.32-rc5 that we really should close. Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com> Acked-by: Serge Hallyn <serue@us.ibm.com> Signed-off-by: James Morris <jmorris@namei.org>