git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f888e65
)
ext4: Rename ext4_get_blocks_handle() to be ext4_ind_get_blocks()
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 12 May 2009 04:25:28 +0000
(
00:25
-0400)
committer
Theodore 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