Commit c327e13
committed
nettrace: replace dev_queue_xmit with __dev_queue_xmit
In high version kernel, dev_queue_xmit() is made inline and can't be
traced anymore. Therefor, use __dev_queue_xmit() instead.
Signed-off-by: Liu Chun <kaicliu@tencent.com>1 parent becb8f4 commit c327e13
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments