Ilpo Järvinen wrote: > I added inline to sctp_add_cmd and appropriate comment there to > avoid adding another call into the call chain. This works at least > with "gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13)". Alternatively, > __sctp_add_cmd could be introduced to .h. > My only concern was performance regressions, but it looks like it doesn't effect anything from the few quick runs I've made. Since we are putting sctp_add_cmd_sf() on the call stack, we might as well get rid of sctp_add_cmd() and reduce it a bit more. -vlad