From: Joel Becker Date: Sat, 18 Oct 2008 05:32:01 +0000 (-0700) Subject: ocfs2: Wrap up the common use cases of ocfs2_new_path(). X-Git-Tag: v2.6.29-rc1~505^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdd7a54631f07918b75e324d86713a08c11ec06;p=pandora-kernel.git ocfs2: Wrap up the common use cases of ocfs2_new_path(). The majority of ocfs2_new_path() calls are: ocfs2_new_path(path_root_bh(otherpath), path_root_el(otherpath)); Let's call that ocfs2_new_path_from_path(). The rest do similar things from struct ocfs2_extent_tree. Let's call those ocfs2_new_path_from_et(). This will make the next change easier. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed