ext4: move ext4_ind_* functions from inode.c to indirect.c

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>
This commit is contained in:
Amir Goldstein
2011-06-27 19:40:50 -04:00
committed by Theodore Ts'o
parent 9f125d641b
commit dae1e52cb1
5 changed files with 1521 additions and 1487 deletions

View File

@@ -266,3 +266,4 @@ int ext4_check_blockref(const char *function, unsigned int line,
}
return 0;
}