cifs: Remove duplicated include in cifsglob.h
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 14 Dec 2022 02:39:11 +0000 (10:39 +0800)
committerSteve French <stfrench@microsoft.com>
Wed, 14 Dec 2022 04:54:40 +0000 (22:54 -0600)
./fs/cifs/cifsglob.h: linux/scatterlist.h is included more than once.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3459
Fixes: f7f291e14dde ("cifs: fix oops during encryption")
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsglob.h

index 703685e2db5e78567dd5695397ea9097244dcea2..82f2d3070c266d6d982b8b933d2bd5ed6c9c71f8 100644 (file)
@@ -23,7 +23,6 @@
 #include "cifs_fs_sb.h"
 #include "cifsacl.h"
 #include <crypto/internal/hash.h>
-#include <linux/scatterlist.h>
 #include <uapi/linux/cifs/cifs_mount.h>
 #include "../smbfs_common/smb2pdu.h"
 #include "smb2pdu.h"