mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ceph: Remove duplicate include
@ 2023-08-24  7:54 Jiapeng Chong
  2023-08-24  8:18 ` Xiubo Li
  0 siblings, 1 reply; 3+ messages in thread
From: Jiapeng Chong @ 2023-08-24  7:54 UTC (permalink / raw)
  To: xiubli
  Cc: idryomov, jlayton, ceph-devel, linux-kernel, Jiapeng Chong, Abaci Robot

./fs/ceph/mds_client.c: crypto.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6211
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 fs/ceph/mds_client.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c
index 7cfa0e3aedb4..9a3b617270c3 100644
--- a/fs/ceph/mds_client.c
+++ b/fs/ceph/mds_client.c
@@ -16,7 +16,6 @@
 #include "super.h"
 #include "crypto.h"
 #include "mds_client.h"
-#include "crypto.h"
 
 #include <linux/ceph/ceph_features.h>
 #include <linux/ceph/messenger.h>
-- 
2.20.1.7.g153144c


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

* Re: [PATCH] ceph: Remove duplicate include
  2023-08-24  7:54 [PATCH] ceph: Remove duplicate include Jiapeng Chong
@ 2023-08-24  8:18 ` Xiubo Li
  2023-08-24  9:29   ` Ilya Dryomov
  0 siblings, 1 reply; 3+ messages in thread
From: Xiubo Li @ 2023-08-24  8:18 UTC (permalink / raw)
  To: Jiapeng Chong; +Cc: idryomov, jlayton, ceph-devel, linux-kernel, Abaci Robot


On 8/24/23 15:54, Jiapeng Chong wrote:
> ./fs/ceph/mds_client.c: crypto.h is included more than once.
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6211
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> ---
>   fs/ceph/mds_client.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c
> index 7cfa0e3aedb4..9a3b617270c3 100644
> --- a/fs/ceph/mds_client.c
> +++ b/fs/ceph/mds_client.c
> @@ -16,7 +16,6 @@
>   #include "super.h"
>   #include "crypto.h"
>   #include "mds_client.h"
> -#include "crypto.h"
>   
>   #include <linux/ceph/ceph_features.h>
>   #include <linux/ceph/messenger.h>

Reviewed-by: Xiubo Li <xiubli@redhat.com>



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

* Re: [PATCH] ceph: Remove duplicate include
  2023-08-24  8:18 ` Xiubo Li
@ 2023-08-24  9:29   ` Ilya Dryomov
  0 siblings, 0 replies; 3+ messages in thread
From: Ilya Dryomov @ 2023-08-24  9:29 UTC (permalink / raw)
  To: Xiubo Li; +Cc: Jiapeng Chong, jlayton, ceph-devel, linux-kernel, Abaci Robot

On Thu, Aug 24, 2023 at 10:18 AM Xiubo Li <xiubli@redhat.com> wrote:
>
>
> On 8/24/23 15:54, Jiapeng Chong wrote:
> > ./fs/ceph/mds_client.c: crypto.h is included more than once.
> >
> > Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6211
> > Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> > ---
> >   fs/ceph/mds_client.c | 1 -
> >   1 file changed, 1 deletion(-)
> >
> > diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c
> > index 7cfa0e3aedb4..9a3b617270c3 100644
> > --- a/fs/ceph/mds_client.c
> > +++ b/fs/ceph/mds_client.c
> > @@ -16,7 +16,6 @@
> >   #include "super.h"
> >   #include "crypto.h"
> >   #include "mds_client.h"
> > -#include "crypto.h"
> >
> >   #include <linux/ceph/ceph_features.h>
> >   #include <linux/ceph/messenger.h>
>
> Reviewed-by: Xiubo Li <xiubli@redhat.com>

I folded the fix into "ceph: encode encrypted name in
ceph_mdsc_build_path and dentry release" commit.  Thanks for
the report!

                Ilya

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

end of thread, other threads:[~2023-08-24  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24  7:54 [PATCH] ceph: Remove duplicate include Jiapeng Chong
2023-08-24  8:18 ` Xiubo Li
2023-08-24  9:29   ` Ilya Dryomov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®