From: Mark Fasheh Date: Tue, 11 Sep 2007 22:22:06 +0000 (-0700) Subject: ocfs2: Provide convenience function for ino lookup X-Git-Tag: v2.6.24-rc1~1398^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be94d11704ef79030fd2e6a0c41b4a7f65f9e860;p=pandora-kernel.git ocfs2: Provide convenience function for ino lookup A couple paths which needed to just match a parent dir + name pair to an inode number were a bit messy because they had to deal with ocfs2_find_files_on_disk() which returns a larger number of values. Provide a convenience function, ocfs2_lookup_ino_from_name() which internalizes all the extra accounting. Signed-off-by: Mark Fasheh Reviewed-by: Joel Becker --- Reading git-diff-tree failed