commit | 819c4920b7e60ecfd6f0f61d890af4cdf3873d18 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 03 12:47:17 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 03 12:47:17 2013 -0400 |
tree | 85f995b14c7308080d196d85b9b3d148337a6382 | |
parent | 26a4c0c6ccecf6814cf44f951c97222bd795bc1a [diff] |
ext4: refactor truncate code Move common code in ext4_ind_truncate() and ext4_ext_truncate() into ext4_truncate(). This saves over 60 lines of code. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>