ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 12 May 2009 04:25:28 +0000 (00:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 May 2009 04:25:28 +0000 (00:25 -0400)
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" <tytso@mit.edu>

No differences found