mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
cifs: SMB1 split: Remove duplicate include of cifs_debug.h
Remove duplicate inclusion of cifs_debug.h in smb1transport.c to clean up redundant code. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
72f4d48034
commit
66dc58bdbd
|
|
@ -29,7 +29,6 @@
|
|||
#include "cifs_debug.h"
|
||||
#include "smbdirect.h"
|
||||
#include "compress.h"
|
||||
#include "cifs_debug.h"
|
||||
|
||||
/* Max number of iovectors we can use off the stack when sending requests. */
|
||||
#define CIFS_MAX_IOV_SIZE 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user