All three are good from my perspective.
Thanks!
On May 3, 2015, at 10:07 AM, Julia Lawall wrote:
> The complete semantic patch used to make this transformation is as follows:
> (http://coccinelle.lip6.fr/).
>
> //
> @@
> expression ptr,cptab,cpt,size,gfp;
> @@
>
> - OBD_CPT_ALLOC_GFP(ptr, cpta
The complete semantic patch used to make this transformation is as follows:
(http://coccinelle.lip6.fr/).
//
@@
expression ptr,cptab,cpt,size,gfp;
@@
- OBD_CPT_ALLOC_GFP(ptr, cptab, cpt, size, gfp)
+ ptr = kzalloc_node(size, gfp, cfs_cpt_spread_node(cptab, cpt))
@@
expression ptr,cptab,cpt,size
2 matches
Mail list logo