From: Amir Goldstein Date: Mon, 27 Jun 2011 20:36:31 +0000 (-0400) Subject: ext4: split ext4_ind_truncate from ext4_truncate X-Git-Tag: v3.1-rc1~90^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9893dc8aa622a4f122293a6861566a284edea5;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed