diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-09-22 15:21:01 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-09-22 15:21:01 -0400 |
commit | f702ba0fd7d50b5f5f5aea5317875a10d40b869f (patch) | |
tree | bd31cefb5b88b882f4088007482266a3f5ad93ab /COPYING | |
parent | 914258bf2cb22bf4336a1b1d90c551b4b11ca5aa (diff) | |
download | linux-f702ba0fd7d50b5f5f5aea5317875a10d40b869f.tar.gz linux-f702ba0fd7d50b5f5f5aea5317875a10d40b869f.tar.bz2 linux-f702ba0fd7d50b5f5f5aea5317875a10d40b869f.zip |
ext4: Don't use 'struct dentry' for internal lookups
This is a port of a patch from Linus which fixes a 200+ byte stack
usage problem in ext4_get_parent().
It's more efficient to pass down only the actual parts of the dentry
that matter: the parent inode and the name, instead of allocating a
struct dentry on the stack.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions