[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <46A8D084.5030407@garzik.org>
Date: Thu, 26 Jul 2007 12:49:08 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Al Viro <viro@....linux.org.uk>
CC: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cxgb3 gfp_t annotations
Al Viro wrote:
> Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
> ---
> drivers/net/cxgb3/cxgb3_offload.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/cxgb3/cxgb3_offload.c b/drivers/net/cxgb3/cxgb3_offload.c
> index ebcf35e..e620ed4 100644
> --- a/drivers/net/cxgb3/cxgb3_offload.c
> +++ b/drivers/net/cxgb3/cxgb3_offload.c
> @@ -699,7 +699,7 @@ static int do_cr(struct t3cdev *dev, struct sk_buff *skb)
> * the buffer.
> */
> static struct sk_buff *cxgb3_get_cpl_reply_skb(struct sk_buff *skb, size_t len,
> - int gfp)
> + gfp_t gfp)
ACK
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists