]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitae45604e7d4b864272360e5908762d1e78b440fd
tree8e93a3530b9bc6142316441b2e6e396cadb00f2f
parent4927a1dacb667bd4c734946f6d7d4c3e668ddaee
[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