public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Jeff Dike <jdike@addtoit.com>
Cc: torvalds@osdl.org, simlo@phys.au.dk,
	linux-kernel@vger.kernel.org,
	user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [PATCH 5/9] UML - change semaphores to completions
Date: Wed, 9 Mar 2005 16:51:22 -0800	[thread overview]
Message-ID: <20050309165122.47221983.akpm@osdl.org> (raw)
In-Reply-To: <200503100216.j2A2G6DN015238@ccure.user-mode-linux.org>

Jeff Dike <jdike@addtoit.com> 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...

  reply	other threads:[~2005-03-10  1:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-10  2:16 [PATCH 5/9] UML - change semaphores to completions Jeff Dike
2005-03-10  0:51 ` Andrew Morton [this message]
2005-03-12  0:41   ` Jeff Dike

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050309165122.47221983.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=jdike@addtoit.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=simlo@phys.au.dk \
    --cc=torvalds@osdl.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox