[openib-general] [PATCH] Synchronize access to event list in uCM

Bryan O'Sullivan bos at pathscale.com
Sat Mar 4 05:03:52 PST 2006


On Fri, 2006-03-03 at 21:29 -0800, Sean Hefty wrote:
> Fix synchronization around accessing event list.

> +	down(&file->mutex);

It's kind of confusing that file->mutex is still a semaphore.  Shouldn't
it be converted into a mutex?

	<b




More information about the general mailing list