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