X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fsctp%2Fchunk.c;fp=net%2Fsctp%2Fchunk.c;h=83ef411772f46f1494175d0320a0f4d43d134b46;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=0c2ab7885058f4acf100fda3ad25723ce8b9fb05;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/net/sctp/chunk.c b/net/sctp/chunk.c index 0c2ab7885..83ef41177 100644 --- a/net/sctp/chunk.c +++ b/net/sctp/chunk.c @@ -62,7 +62,7 @@ static void sctp_datamsg_init(struct sctp_datamsg *msg) } /* Allocate and initialize datamsg. */ -SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(int gfp) +SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp) { struct sctp_datamsg *msg; msg = kmalloc(sizeof(struct sctp_datamsg), gfp);