From: Mike Christie <michaelc@cs.wisc.edu>
To: Al Viro <viro@ftp.linux.org.uk>
Cc: torvalds@osdl.org, linux-kernel@vger.kernel.org,
linux-scsi@vger.kernel.org
Subject: Re: [PATCH 20/29] scsi_transport_iscsi gfp_t annotations
Date: Tue, 07 Feb 2006 22:58:28 -0600 [thread overview]
Message-ID: <43E97A74.8000006@cs.wisc.edu> (raw)
In-Reply-To: <E1F6frg-0006DY-4T@ZenIV.linux.org.uk>
Al Viro wrote:
> Date: 1138793445 -0500
>
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
>
> ---
>
> drivers/scsi/scsi_transport_iscsi.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> e5fb81bd895041230dfaeb8f8f498b85b4705988
> diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
> index 59a1c9d..723f7ac 100644
> --- a/drivers/scsi/scsi_transport_iscsi.c
> +++ b/drivers/scsi/scsi_transport_iscsi.c
> @@ -463,7 +463,7 @@ static inline struct list_head *skb_to_l
> }
>
> static void*
> -mempool_zone_alloc_skb(unsigned int gfp_mask, void *pool_data)
> +mempool_zone_alloc_skb(gfp_t gfp_mask, void *pool_data)
> {
> struct mempool_zone *zone = pool_data;
>
Thanks. I also sent a patch to do this a couple days ago. It is in one
of James's trees here:
http://kernel.org/git/?p=linux/kernel/git/jejb/scsi-rc-fixes-2.6.git;a=commit;h=28e5554df63085be3b8bd2aee6ddbc479f0d136e
prev parent reply other threads:[~2006-02-08 4:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 3:19 Al Viro
2006-02-08 4:58 ` Mike Christie [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=43E97A74.8000006@cs.wisc.edu \
--to=michaelc@cs.wisc.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=torvalds@osdl.org \
--cc=viro@ftp.linux.org.uk \
/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
Powered by JetHome