]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
smb: server: Remove duplicate include of misc.h
authorChen Ni <nichen@iscas.ac.cn>
Wed, 11 Feb 2026 04:55:33 +0000 (12:55 +0800)
committerSteve French <stfrench@microsoft.com>
Sun, 15 Feb 2026 01:26:26 +0000 (19:26 -0600)
Remove duplicate inclusion of misc.h in server.c to clean up
redundant code.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/server.c

index c2c074346da125970322f9027f6b059fa649b751..f7db120c92e14075cb47f91be48d989b490157b6 100644 (file)
@@ -21,7 +21,6 @@
 #include "mgmt/user_session.h"
 #include "crypto_ctx.h"
 #include "auth.h"
-#include "misc.h"
 #include "stats.h"
 
 int ksmbd_debug_types;