Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment