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)
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

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