Skip to content

Commit

Permalink
Merge pull request #5243 from theanalyst/wip-12239-hammer
Browse files Browse the repository at this point in the history
librbd/internal.cc: 1967: FAILED assert(watchers.size() == 1)

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
Loic Dachary committed Jul 28, 2015
2 parents 7fd31b1 + 03c07d7 commit 52d0e5d
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 52d0e5d

Please sign in to comment.