]> git.baikalelectronics.ru Git - kernel.git/commit
amt: remove unnecessary locks
authorTaehee Yoo <ap420073@gmail.com>
Sun, 17 Jul 2022 16:09:04 +0000 (16:09 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 19 Jul 2022 10:37:02 +0000 (12:37 +0200)
commit839271738e842d21ea0aa4d4947b84929edf6083
tree7751fbe63e57163870678d02ac2f4da15ef30d42
parent4f5b543728f1ca0e3a01673cf4009d0727768527
amt: remove unnecessary locks

By the previous patch, amt gateway handlers are changed to worked by
a single thread.
So, most locks for gateway are not needed.
So, it removes.

Fixes: 565d46b7231c ("amt: add data plane of amt interface")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/amt.c