commit | baa0389073eb7beb9d36f6d13df97e16c1bfa626 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@kernel.dk> | Wed Aug 18 04:37:31 2010 +1000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 18 08:35:45 2010 -0400 |
tree | 38567c4e315f74fe086e4f7459df2a1cadd9add6 | |
parent | 2e2e88ea8c3bd9e1bd6e42faf047a4ac3fbb3b2f [diff] |
fs: dentry allocation consolidation fs: dentry allocation consolidation There are 2 duplicate copies of code in dentry allocation in path lookup. Consolidate them into a single function. Signed-off-by: Nick Piggin <npiggin@kernel.dk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>