Re: [PATCH] net: sched: One function call less in em_meta_change() after error detection
From: SF Markus Elfring <hidden>
Date: 2015-01-31 21:53:24
Also in:
lkml, netdev
From: SF Markus Elfring <hidden>
Date: 2015-01-31 21:53:24
Also in:
lkml, netdev
quoted
-errout: - if (err && meta) - meta_delete(meta);Since this patch seems to be about optimization and cleanup you should probably also remove the now unnecessary initialization of "meta" with NULL at the beginning of the function...
Will the optimiser of the C compiler drop any remaining unnecessary variable initialisations? Do you want another update step here? Regards, Markus