diff options
author | Hao Chen <[email protected]> | 2021-09-17 14:16:54 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-09-17 11:11:25 +0100 |
commit | 6042d4348a341957d5eddadda2137c493a97131e (patch) | |
tree | 30671932df4810d866990db05b25399b4f5da7aa /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 61524e43abadffbe450f9429f05c19d54cc95496 (diff) |
net: e1000e: solve insmod 'Unknown symbol mutex_lock' error
After I turn on the CONFIG_LOCK_STAT=y, insmod e1000e.ko will report:
[ 5.641579] e1000e: Unknown symbol mutex_lock (err -2)
[ 90.775705] e1000e: Unknown symbol mutex_lock (err -2)
[ 132.252339] e1000e: Unknown symbol mutex_lock (err -2)
This problem fixed after include <linux/mutex.h>.
Signed-off-by: Hao Chen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions