• J
    Btrfs: fix duplicate checking logic · f6a39829
    Josef Bacik 提交于
    When merging my code into the integration test the second check for duplicate
    entries got screwed up.  This patch fixes it by dropping ret2 and just using ret
    for the return value, and checking if we got an error before adding the bitmap
    to the local list.  Thanks,
    Signed-off-by: NJosef Bacik <josef@redhat.com>
    f6a39829
free-space-cache.c 66.0 KB