summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorChen Ni <nichen@iscas.ac.cn>2026-02-11 12:46:44 +0800
committerSteve French <stfrench@microsoft.com>2026-02-12 14:22:28 -0600
commit66dc58bdbd7c1897d87c06fee6e0f176c85190a0 (patch)
tree89bf70ebfbc52773b2bddc5881a611d9667da9ad /fs
parent72f4d48034864b93700d1d23fc418d90fa28d7ae (diff)
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/smb/client/smb1transport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/smb/client/smb1transport.c b/fs/smb/client/smb1transport.c
index 0b8b852cfc0d..93731b00ca5d 100644
--- a/fs/smb/client/smb1transport.c
+++ b/fs/smb/client/smb1transport.c
@@ -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