BTW I went back and rewrote history so that this chunk: > @@ -1159,10 +1159,8 @@ static unsigned int ib_ucm_poll(struct f > > poll_wait(filp, &file->poll_wait, wait); > > - down(&file->mutex); > if (!list_empty(&file->events)) > mask = POLLIN | POLLRDNORM; > - up(&file->mutex); > > return mask; > }
isn't needed any more. But that means I rebased my whole for-2.6.18 branch, because the patch that added that chunk was the first one in the series... - R. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
