ext4: split ext4_ind_truncate from ext4_truncate
authorAmir Goldstein <amir73il@users.sf.net>
Mon, 27 Jun 2011 20:36:31 +0000 (16:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jun 2011 20:36:31 +0000 (16:36 -0400)
commitff9893dc8aa622a4f122293a6861566a284edea5
treeca7d798360c32379fb4d3d0913d349ac79f55c6d
parented7a7e16724a4123fce1fc0ff1f5131a0596f189
ext4: split ext4_ind_truncate from ext4_truncate

We are about to move all indirect inode functions to a new file.
Before we do that, let's split ext4_ind_truncate() out of ext4_truncate()
leaving only generic code in the latter, so we will be able to move
ext4_ind_truncate() to the new file.

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