new helper: dentry_free()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 30 Apr 2014 03:40:14 +0000 (23:40 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 30 Apr 2014 22:02:52 +0000 (18:02 -0400)
commitb4f0354e968f5fabd39bc85b99fedae4a97589fe
tree39ffc288a0e49877f0ea83db584fd857df87bbbc
parent5c47e6d0ad608987b91affbcf7d1fc12dfbe8fb4
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>
fs/dcache.c