lkml.org 
[lkml]   [2005]   [Oct]   [7]   [last100]   RSS-feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Complete thread (EXPERIMENTAL)
/
DateFri, 7 Oct 2005 14:01:45 +0400
FromAlexey Dobriyan <>
SubjectRe: [PATCH] gfp flags annotations - part 1
Digg This
On Fri, Oct 07, 2005 at 07:46:04AM +0100, Al Viro wrote:
--- RC14-rc3-git4-linus-delta/drivers/s390/scsi/zfcp_aux.c +++ current/drivers/s390/scsi/zfcp_aux.c

static void *
-zfcp_mempool_alloc(unsigned int __nocast gfp_mask, void *size) +zfcp_mempool_alloc(gfp_t gfp_mask, void *size)
{
return kmalloc((size_t) size, gfp_mask);
}

Lovely. Yes, they cast sizeof() to void * in all calls.
\
ISP Services
Valid XHTML 1.0!\ /
Valid CSS! Last update: 2005-10-07 09:53    [W:1.013 / U:0.110 seconds]
©2003-2005 Jasper Spaans