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)
commita9b3043de47b7f8cbe38c36aee572526665b6315
tree3f2180d0e25d60927fae60b9ce46eb52c63c5a9c
parentbf9f243f23e6623f310ba03fbb14e10ec3a61290
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