Skip to content

Commit 3b8545c

Browse files
committed
cifs: Remove duplicated include in cifsglob.h
jira VULN-154751 cve-bf CVE-2022-50341 commit-author Yang Li <yang.lee@linux.alibaba.com> commit d74f4a3 ./fs/cifs/cifsglob.h: linux/scatterlist.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3459 Fixes: f7f291e ("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> (cherry picked from commit d74f4a3) Signed-off-by: Marcin Wcisło <marcin.wcislo@conclusive.pl>
1 parent 8459bdb commit 3b8545c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/cifs/cifsglob.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "cifs_fs_sb.h"
3030
#include "cifsacl.h"
3131
#include <crypto/internal/hash.h>
32-
#include <linux/scatterlist.h>
3332
#include <uapi/linux/cifs/cifs_mount.h>
3433
#include "smb2pdu.h"
3534
#include "smb2glob.h"

0 commit comments

Comments
 (0)