]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
cifs: SMB1 split: Remove duplicate include of cifs_debug.h
authorChen Ni <nichen@iscas.ac.cn>
Wed, 11 Feb 2026 04:46:44 +0000 (12:46 +0800)
committerSteve French <stfrench@microsoft.com>
Thu, 12 Feb 2026 20:22:28 +0000 (14:22 -0600)
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>
fs/smb/client/smb1transport.c

index 0b8b852cfc0da0de1faabf4a4ccabc6f747157da..93731b00ca5d3922bc168b2a1fbf1a000cadc3d8 100644 (file)
@@ -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