ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 14 May 2009 04:57:44 +0000 (00:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 14 May 2009 04:57:44 +0000 (00:57 -0400)
commit12b7ac176831df1aa58a787e67c3e5d698b30163
treed8d3ab93fd28d5b84efff0b5c247da74c84788e0
parente4d996ca806e93dddb5d76c0d3d859b494c559f6
ext4: Rename ext4_get_blocks_wrap() to be ext4_get_blocks()

Another function rename for clarity's sake.  The _wrap prefix simply
confuses people, and didn't add much people trying to follow the code
paths.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/dir.c
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c