From: Al Viro Date: Sun, 24 Aug 2008 11:26:48 +0000 (-0400) Subject: [PATCH] get rid of on-stack fake dentry in ext3_get_parent() X-Git-Tag: v2.6.28-rc1~24^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734711abac46c8fee4d70cc9876ebc6d9edb4971;p=pandora-kernel.git [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 --- Reading git-diff-tree failed