From: cl349@firebug.cl.cam.ac.uk Date: Wed, 24 Aug 2005 09:44:03 +0000 (+0000) Subject: Update comment. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16862 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e639672584527361379bbcf8857da2c3816be0b;p=xen.git Update comment. Signed-off-by: Christian Limpach --- diff --git a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c index e32f91a035..ee41bdffe6 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c @@ -1331,9 +1331,9 @@ static int wait_for_blkif(void) int i; /* - * We should read 'nr_interfaces' from response message and wait - * for notifications before proceeding. For now we assume that we - * will be notified of exactly one interface. + * We should figure out how many and which devices we need to + * proceed and only wait for those. For now, continue once the + * first device is around. */ for ( i=0; blkif_state != BLKIF_STATE_CONNECTED && (i < 10*HZ); i++ ) {