Comment 4 for bug 1859261

Revision history for this message
Ike Panhc (ikepanhc) wrote :

I can not find "treewide: Use sizeof_member() macro but found a similiar. Do you mean this patch?

commit c593642c8be046915ca3a4a300243a68077cd207
Author: Pankaj Bharadiya <email address hidden>
Date: Mon Dec 9 10:31:43 2019 -0800

    treewide: Use sizeof_field() macro

    Replace all the occurrences of FIELD_SIZEOF() with sizeof_field() except
    at places where these are defined. Later patches will remove the unused
    definition of FIELD_SIZEOF().