From: Patrick Mansfield <patmans@us.ibm.com>
To: Mike Christie <michaelc@cs.wisc.edu>
Cc: axboe@suse.de, linux-scsi@vger.kernel.org
Subject: Re: [PATCH 3/10] add scsi_execute_async and scsi helpers
Date: Tue, 8 Nov 2005 15:05:50 -0800 [thread overview]
Message-ID: <20051108230550.GA26528@us.ibm.com> (raw)
In-Reply-To: <1131444398.23111.64.camel@max>
On Tue, Nov 08, 2005 at 04:06:38AM -0600, Mike Christie wrote:
> +
> + sioc = kzalloc(sizeof(*sioc), gfp);
> + if (!sioc)
> + return DRIVER_ERROR << 24;
I know we don't have one today for scsi_request, but should we use a kmem
cache for these?
-- Patrick Mansfield
prev parent reply other threads:[~2005-11-08 23:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-08 10:06 [PATCH 3/10] add scsi_execute_async and scsi helpers Mike Christie
2005-11-08 23:05 ` Patrick Mansfield [this message]
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=20051108230550.GA26528@us.ibm.com \
--to=patmans@us.ibm.com \
--cc=axboe@suse.de \
--cc=linux-scsi@vger.kernel.org \
--cc=michaelc@cs.wisc.edu \
/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;
as well as URLs for NNTP newsgroup(s).