commit | 734711abac46c8fee4d70cc9876ebc6d9edb4971 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Aug 24 07:26:48 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 23 05:13:08 2008 -0400 |
tree | 8e93a3530b9bc6142316441b2e6e396cadb00f2f | |
parent | 5f556aab907a358c7837cc9a83c3aea4e69cff5b [diff] |
[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>