int eventfd_ctx_remove_wait_queue(struct eventfd_ctx *ctx, wait_queue_t *wait, __u64 *cnt) { unsigned long flags;spin_lock_irqsave(&ctx->wqh.lock, flags); eventfd_ctx_do_read(ctx, cnt); __remove_wait_queue(&ctx->wqh, wait); ...
Status:ClosedImpact on me: None Category:MySQL Cluster: NDB APISeverity:S3 (Non-critical) Version:7.0.9OS:Any Assigned to:Jonas OrelandCPU Architecture:Any [5 Mar 2010 18:24] Andrew Hutchings Description:Calls to remove_from_cond_wait_queue() from within TransporterFacade.cpp seem to be gua...