netlink: force uninline of nl_receive_message()
The entire netlink(4) message processing thread is all inlined into nl_taskqueue_handler() making it difficult to dtrace(1) on a message level.
This commit is contained in:
@@ -256,7 +256,7 @@ nl_send(struct nl_writer *nw, struct nlpcb *nlp)
|
||||
}
|
||||
}
|
||||
|
||||
static int
|
||||
static __noinline int
|
||||
nl_receive_message(struct nlmsghdr *hdr, int remaining_length,
|
||||
struct nlpcb *nlp, struct nl_pstate *npt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user