Skip to content

Commit

Permalink
Merge pull request #5243: librbd/internal.cc: 1967: FAILED assert(wat…
Browse files Browse the repository at this point in the history
…chers.size() == 1)

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
ldachary committed Jul 19, 2015
2 parents f06531d + 03c07d7 commit 978af75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librbd/internal.cc
Expand Up @@ -1620,7 +1620,6 @@ int invoke_async_request(ImageCtx *ictx, const std::string& request_type,
close_image(ictx);
return -EBUSY;
}
assert(watchers.size() == 1);

ictx->md_lock.get_read();
trim_image(ictx, 0, prog_ctx);
Expand Down

0 comments on commit 978af75

Please sign in to comment.