public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: David VomLehn <dvomlehn@cisco.com>
Cc: linux-usb@vger.kernel.org, gregkh@suse.de,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/5] USB: Wait for USB and SCSI block boot devices
Date: Wed, 29 Apr 2009 19:35:26 -0600	[thread overview]
Message-ID: <20090430013526.GD8822@parisc-linux.org> (raw)
In-Reply-To: <20090430001255.GA3897@cuplxvomd02.corp.sa.net>

On Wed, Apr 29, 2009 at 05:12:55PM -0700, David VomLehn wrote:
>  	scsi_finish_async_scan(data);
> +	bootdev_probe_done(BOOTDEV_BLOCK_MASK);
>  	return 0;
>  }
>  
> @@ -1855,6 +1856,7 @@ void scsi_scan_host(struct Scsi_Host *shost)
>  		return;
>  	}
>  
> +	bootdev_found(BOOTDEV_BLOCK_MASK);
>  	p = kthread_run(do_scan_async, data, "scsi_scan_%d", shost->host_no);
>  	if (IS_ERR(p))

Where are the definitions of these functions to be found?

-- 
Matthew Wilcox				Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

  reply	other threads:[~2009-04-30  1:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-30  0:12 [PATCH 5/5] USB: Wait for USB and SCSI block boot devices David VomLehn
2009-04-30  1:35 ` Matthew Wilcox [this message]
2009-04-30  1:43   ` David VomLehn

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=20090430013526.GD8822@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=dvomlehn@cisco.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /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