linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] cifs: Remove duplicated include in cifsglob.h
@ 2022-12-14  2:39 Yang Li
  2022-12-14  4:58 ` Steve French
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-12-14  2:39 UTC (permalink / raw)
  To: lsahlber
  Cc: sprasad, tom, linux-cifs, samba-technical, linux-kernel, Yang Li,
	Abaci Robot

./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>
---
 fs/cifs/cifsglob.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 703685e2db5e..82f2d3070c26 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -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"
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] cifs: Remove duplicated include in cifsglob.h
  2022-12-14  2:39 [PATCH -next] cifs: Remove duplicated include in cifsglob.h Yang Li
@ 2022-12-14  4:58 ` Steve French
  0 siblings, 0 replies; 2+ messages in thread
From: Steve French @ 2022-12-14  4:58 UTC (permalink / raw)
  To: Yang Li, CIFS

Merged into cifs-2.6.git for-next


On Tue, Dec 13, 2022 at 8:44 PM Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> ./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>
> ---
>  fs/cifs/cifsglob.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
> index 703685e2db5e..82f2d3070c26 100644
> --- a/fs/cifs/cifsglob.h
> +++ b/fs/cifs/cifsglob.h
> @@ -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"
> --
> 2.20.1.7.g153144c
>


-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-14  4:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14  2:39 [PATCH -next] cifs: Remove duplicated include in cifsglob.h Yang Li
2022-12-14  4:58 ` Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).