[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)
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>

No differences found