commit | fa7f912ad4ae0ed7591add52422e48282389652d | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu Jun 14 03:45:13 2007 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 11 16:09:03 2007 -0700 |
tree | 2f986dbf55002e32d6d296a1b5b96d55135ad28f | |
parent | 72dba584b695d8bc8c1a50ed54ad4cba7c62314d [diff] |
sysfs: move release_sysfs_dirent() to dir.c There is no reason this function should be inlined and soon to follow sysfs object reference simplification will make it heavier. Move it to dir.c. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>