commit | f6a398298d34af66ec3a2d82a44a4dbc5277357d | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Mon Jun 06 10:50:35 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed Jun 08 16:37:29 2011 -0400 |
tree | 5cb1a6437051c22f2f3ecca9a4c7d60e4192d377 | |
parent | 723bda2083d44edbd6be0f0b09f902120dc07442 [diff] |
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: Josef Bacik <josef@redhat.com>