commit | f008143cf5bfb93b5f5a0cb7018091b6f38301f8 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sat May 16 20:22:43 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 16 20:22:43 2015 -0400 |
tree | fee0ea5dac569917ce59880af0094acd1a3dbe93 | |
parent | b0851392244e2a87cad67739d86c7489d4db3222 [diff] |
filefrag: fix broken extent emulation and uninitialized variables This started with the fm_ext being uninitialized, but upon closer analysis I discovered that forcing extent emulation in FIBMAP mode was reporting an extent for every block in the file. Fix both problems. The Coverity bug was 1297512. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>