Skip to content
Commit f6a39829 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: fix duplicate checking logic



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: default avatarJosef Bacik <josef@redhat.com>
parent 723bda20
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment