From 819c4920b7e60ecfd6f0f61d890af4cdf3873d18 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 3 Apr 2013 12:47:17 -0400 Subject: [PATCH] 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" --- Reading git-format-patch failed