commit | c36575e663e302dbaa4d16b9c72d2c9a913a9aef | [log] [tgz] |
---|---|---|
author | Forrest Liu <forrestl@synology.com> | Mon Dec 17 09:55:39 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 17 09:55:39 2012 -0500 |
tree | 924ba9ba84f3c9eca9f77d2c3ad9ff43ca5f2c02 | |
parent | bd9926e80330d43f15b710c2935fa41b792d56fd [diff] |
ext4: fix extent tree corruption caused by hole punch When depth of extent tree is greater than 1, logical start value of interior node is not correctly updated in ext4_ext_rm_idx. Signed-off-by: Forrest Liu <forrestl@synology.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Ashish Sangwan <ashishsangwan2@gmail.com> Cc: stable@vger.kernel.org