'Christoph Hellwig' wrote:
quoted
- any chance to rework megaraid_mbox.c to need less forward-declarations
by reordering the function in their natural order?
still quite a lot of those.
This is maintainer's choice, and is _not_ a requirement for merging.
Changing this causes nothing but code noise, and often increases icache
misses since gcc doesn't have profile data to indicate which functions
should be grouped together automatically.
Jeff