commit | e4d996ca806e93dddb5d76c0d3d859b494c559f6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue May 12 00:25:28 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 12 00:25:28 2009 -0400 |
tree | dee33d8bb77bcd5ef5bebeab04d7fe95e3cb4dc5 | |
parent | f888e652d758bfe0c04c209b72a05972daeba386 [diff] |
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" <tytso@mit.edu>