Mechanically replace uses of MALLOC/FREE with appropriate invocations of
malloc(9) / free(9) (a series of sed expressions).
No functional change.
For now, punt on modifying contrib ipfilter code, leaving a definition of
the macro in its KMALLOC().
Differential D14035
style: Remove remaining deprecated MALLOC/FREE macros Authored by cem on Jan 24 2018, 8:24 PM. Tags None Referenced Files
Subscribers
Details Mechanically replace uses of MALLOC/FREE with appropriate invocations of No functional change. For now, punt on modifying contrib ipfilter code, leaving a definition of
Diff Detail
Event Timeline
Comment Actions The replacement of MALLOC/FREE in the NFS code looks ok to me. Btw, as an historical note, some of this code is so old that I think I could be style nitpicky and mention that many of the Thanks for doing this. I'm too lazy to do this kind of editting, rick.
Comment Actions
Yep, those are intentionally left as-is for now to minimize the diff.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||