commit | ff9893dc8aa622a4f122293a6861566a284edea5 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@users.sf.net> | Mon Jun 27 16:36:31 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 27 16:36:31 2011 -0400 |
tree | ca7d798360c32379fb4d3d0913d349ac79f55c6d | |
parent | ed7a7e16724a4123fce1fc0ff1f5131a0596f189 [diff] |
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>