commit | a43a21113365e5a9b59efc411da715d910cca87c | [log] [tgz] |
---|---|---|
author | Andrew Mahone <andrew.mahone@gmail.com> | Tue Jun 19 21:08:32 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Jul 23 15:41:39 2012 -0400 |
tree | 6dccfda943dda491c379ef14bcd7f7a01306f3b5 | |
parent | e4b50e14c8f72bcbae53809815d5df70d5aec174 [diff] |
btrfs: ignore unfragmented file checks in defrag when compression enabled - rebased Rebased on btrfs-next and retested. Inform should_defrag_range if BTRFS_DEFRAG_RANGE_COMPRESS is set. If so, skip checks for adjacent extents and extent size when deciding whether to defrag, as these can prevent an uncompressed and unfragmented file from being compressed as requested. Signed-off-by: Andrew Mahone <andrew.mahone@gmail.com>