]> git.baikalelectronics.ru Git - kernel.git/commit
ksmbd: transport_rdma: Don't include rwlock.h directly
authorMike Galbraith <efault@gmx.de>
Sun, 12 Sep 2021 02:56:26 +0000 (11:56 +0900)
committerSteve French <stfrench@microsoft.com>
Fri, 17 Sep 2021 13:58:43 +0000 (08:58 -0500)
commit55707959339f9ff8a272249099adebc76ae41ed7
tree3f2180d0e25d60927fae60b9ce46eb52c63c5a9c
parentdea32832bec7e62e9410231fb40762e99cfb0c4b
ksmbd: transport_rdma: Don't include rwlock.h directly

rwlock.h specifically asks to not be included directly.

In fact, the proper spinlock.h include isn't needed either,
it comes with the huge pile that kthread.h ends up pulling
in, so just drop it entirely.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/ksmbd/transport_rdma.c