The __nocast attribute
Posted Mar 31, 2005 4:44 UTC (Thu) by
iabervon (subscriber, #722)
Parent article:
The __nocast attribute
Does this also prevent an size_t value from being sent as an unsigned int in cases when size_t is a typedef for unsigned int? If so, it would prevent the error of swapping the arguments to kmalloc in cases where a chunk of 128 bytes is needed with GFP_KERNEL, and instead 208 bytes are allocated using filesystems but not I/O or waiting.
(
Log in to post comments)