[PATCH] get rid of on-stack fake dentry in ext3_get_parent()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Aug 2008 11:26:48 +0000 (07:26 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 23 Oct 2008 09:13:08 +0000 (05:13 -0400)
commit734711abac46c8fee4d70cc9876ebc6d9edb4971
tree8e93a3530b9bc6142316441b2e6e396cadb00f2f
parent5f556aab907a358c7837cc9a83c3aea4e69cff5b
[PATCH] get rid of on-stack fake dentry in ext3_get_parent()

Better pass parent and qstr to ext3_find_entry() explicitly than
use such kludges, especially since the stack footprint is nasty
enough and we have every chance to be deep in call chain.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ext3/namei.c