]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
new helper: dentry_free()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 30 Apr 2014 03:40:14 +0000 (23:40 -0400)
committerJiri Slaby <jslaby@suse.cz>
Thu, 30 Oct 2014 21:17:32 +0000 (22:17 +0100)
commite2dab9fb82b262313ecd36454beea93adb73aea3
tree79dbc6c245fa09d6b8e9ff773fd45fff9a0a91c9
parent84a43622f3c578b78663cc2742a27e4d2613c697
new helper: dentry_free()

commit b4f0354e968f5fabd39bc85b99fedae4a97589fe upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
fs/dcache.c