From: Christoph Hellwig Date: Wed, 23 Mar 2011 19:03:28 +0000 (-0400) Subject: fs: simplify iget & friends X-Git-Tag: v2.6.39-rc1~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2d0724e26a335cd326eb7ad552c109116a8795;p=pandora-kernel.git fs: simplify iget & friends Merge get_new_inode/get_new_inode_fast into iget5_locked/iget_locked as those were the only callers. Remove the internal ifind/ifind_fast helpers - ifind_fast only had a single caller, and ifind had two callers wanting it to do different things. Also clean up the comments in this area to focus on information important to a developer trying to use it, instead of overloading them with implementation details. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed