• C
    Btrfs: fix autodefrag with compression · e9512d72
    Chris Mason 提交于
    The autodefrag code skips defrag when two extents are adjacent.  But one
    big advantage for autodefrag is cutting down on the number of small
    extents, even when they are adjacent.  This commit changes it to defrag
    all small extents.
    Signed-off-by: NChris Mason <clm@fb.com>
    e9512d72
ioctl.c 128.1 KB