commit | b4f0354e968f5fabd39bc85b99fedae4a97589fe | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 29 23:40:14 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 30 18:02:52 2014 -0400 |
tree | 39ffc288a0e49877f0ea83db584fd857df87bbbc | |
parent | 5c47e6d0ad608987b91affbcf7d1fc12dfbe8fb4 [diff] |
new helper: dentry_free() The part of old d_free() that dealt with actual freeing of dentry. Taken out of dentry_kill() into a separate function. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>