ext4: move ext4_ind_* functions from inode.c to indirect.c
authorAmir Goldstein <amir73il@users.sf.net>
Mon, 27 Jun 2011 23:40:50 +0000 (19:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jun 2011 23:40:50 +0000 (19:40 -0400)
This patch moves functions from inode.c to indirect.c.
The moved functions are ext4_ind_* functions and their helpers.
Functions called from inode.c are declared extern.

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

No differences found