]> 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)
commit6237a5f26894b4d5b5d7ba625944748fa5957775
tree3f2180d0e25d60927fae60b9ce46eb52c63c5a9c
parent3a8db5be4877180b6a90aa92e437c60d9951172e
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