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)
commitdae1e52cb1267bf8f52e5e47a80fab566d7e8aa4
tree2537e9f8f138e4935f88e605244174c9b2400bf4
parent9f125d641beb898f5bf2fe69583192c18043517a
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>
fs/ext4/Makefile
fs/ext4/block_validity.c
fs/ext4/ext4.h
fs/ext4/indirect.c [new file with mode: 0644]
fs/ext4/inode.c