ext4: rename ext4_indirect_* funcs to ext4_ind_*
authorAmir Goldstein <amir73il@users.sf.net>
Mon, 27 Jun 2011 21:10:28 +0000 (17:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jun 2011 21:10:28 +0000 (17:10 -0400)
We are going to move all ext4_ind_* functions to indirect.c.
Before we do that, let's rename 2 functions called ext4_indirect_*
to ext4_ind_*, to keep to the naming convention.

Signed-off-by: Amir Goldstein <amir73il@users.sf.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c

diff --cc fs/ext4/inode.c
Simple merge