Jeff Dike <[EMAIL PROTECTED]> wrote:
>
> @@ -197,13 +197,14 @@
>               { .list                 = LIST_HEAD_INIT(port->list),
>                 .wait_count           = ATOMIC_INIT(0),
>                 .has_connection       = 0,
>  -              .sem                  = __SEMAPHORE_INITIALIZER(port->sem, 
>  -                                                              0),
>                 .lock                 = SPIN_LOCK_UNLOCKED,
>                 .port                 = port_num,
>                 .fd                   = fd,
>                 .pending              = LIST_HEAD_INIT(port->pending),
>                 .connections          = LIST_HEAD_INIT(port->connections) });
>  +
>  +    init_completion(&port->done), 
>  +

I'll convert that to a semicolon...


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to