Re: [Cluster-devel] [PATCH 006/141] gfs2: Fix fall-through warnings for Clang

2021-04-20 Thread Gustavo A. R. Silva
Hi all, Friendly ping: who can take this, please? Thanks -- Gustavo On 11/20/20 12:25, Gustavo A. R. Silva wrote: > In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple > warnings by explicitly adding multiple goto statements instead of just > letting the code fall through to

Re: [Cluster-devel] [PATCH 006/141] gfs2: Fix fall-through warnings for Clang

2021-04-20 Thread Andreas Grünbacher
Am Di., 20. Apr. 2021 um 22:29 Uhr schrieb Gustavo A. R. Silva : > Friendly ping: who can take this, please? Oops, that got lost. I've added it to for-next now. Thanks, Andreas

Re: [Cluster-devel] [PATCH 1/8] Import linux/gfs2_ondisk.h

2021-04-20 Thread Andrew Price
On 20/04/2021 10:07, Andreas Gruenbacher wrote: On Tue, Apr 20, 2021 at 10:34 AM Andrew Price wrote: On 20/04/2021 07:00, Andreas Gruenbacher wrote: On Mon, Apr 19, 2021 at 10:47 PM Andrew Price wrote: On 19/04/2021 20:35, Andreas Gruenbacher wrote: Andy, On Mon, Apr 19, 2021 at 9:11 PM

Re: [Cluster-devel] [PATCH 1/8] Import linux/gfs2_ondisk.h

2021-04-20 Thread Andreas Gruenbacher
On Tue, Apr 20, 2021 at 10:34 AM Andrew Price wrote: > On 20/04/2021 07:00, Andreas Gruenbacher wrote: > > On Mon, Apr 19, 2021 at 10:47 PM Andrew Price wrote: > >> On 19/04/2021 20:35, Andreas Gruenbacher wrote: > >>> Andy, > >>> > >>> On Mon, Apr 19, 2021 at 9:11 PM Andrew Price wrote: >

Re: [Cluster-devel] [PATCH 1/8] Import linux/gfs2_ondisk.h

2021-04-20 Thread Andrew Price
On 20/04/2021 07:00, Andreas Gruenbacher wrote: On Mon, Apr 19, 2021 at 10:47 PM Andrew Price wrote: On 19/04/2021 20:35, Andreas Gruenbacher wrote: Andy, On Mon, Apr 19, 2021 at 9:11 PM Andrew Price wrote: diff --git a/gfs2/include/gfs2_ondisk.h b/gfs2/include/gfs2_ondisk.h new file mode

Re: [Cluster-devel] [PATCH 1/8] Import linux/gfs2_ondisk.h

2021-04-20 Thread Andreas Gruenbacher
On Mon, Apr 19, 2021 at 10:47 PM Andrew Price wrote: > On 19/04/2021 20:35, Andreas Gruenbacher wrote: > > Andy, > > > > On Mon, Apr 19, 2021 at 9:11 PM Andrew Price wrote: > >> diff --git a/gfs2/include/gfs2_ondisk.h b/gfs2/include/gfs2_ondisk.h > >> new file mode 100644 > >> index