From: Theodore Ts'o Date: Tue, 12 May 2009 04:25:28 +0000 (-0400) Subject: ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks() X-Git-Tag: v2.6.31-rc1~396^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d996ca806e93dddb5d76c0d3d859b494c559f6;p=pandora-kernel.git ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks() The static function ext4_get_blocks_handle() is badly named. Of *course* it takes a handle. Since its counterpart for extent-based file is ext4_ext_get_blocks(), rename it to be ext4_ind_get_blocks(). Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed