commit | c47cd4f28768bd3768c1074ac6b9274fcfddd3cd | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Aug 13 15:59:20 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 13 15:59:20 2014 -0400 |
tree | dc616cceb5c5d20e13c693e6b7c579012792a3aa | |
parent | 6197c10c580657b95de1abbcb3ca9b3a1d9bf943 [diff] |
filefrag: fix extent count calculation when using FIBMAP The extent count calculation works correctly with the FIBMAP ioctl in verbose (-v) mode, but without the verbose option, the calculation was broken because we weren't properly updating the fm_ext data structures in non-verbose mode. Addresses-Launchpad-Bug: #1356496 Signed-off-by: Theodore Ts'o <tytso@mit.edu>