mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
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>
This commit is contained in:
parent
bf9f243f23
commit
a9b3043de4
@ -20,7 +20,6 @@
|
||||
#define SUBMOD_NAME "smb_direct"
|
||||
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/rwlock.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/mempool.h>
|
||||
#include <linux/highmem.h>
|
||||
|
Loading…
Reference in New Issue
Block a user