Re: [Cluster-devel] [PATCH 1/3] gfs2: Don't write updates to local statfs file

2020-08-20 Thread Steven Whitehouse
Hi, On 20/08/2020 12:04, Abhijith Das wrote: On Wed, Aug 19, 2020 at 12:07 PM Bob Peterson > wrote: - Original Message - > We store the local statfs info in the journal header now so > there's no need to write to the local statfs file anymore.

Re: [Cluster-devel] [PATCH 1/3] gfs2: Don't write updates to local statfs file

2020-08-20 Thread Abhijith Das
On Wed, Aug 19, 2020 at 12:07 PM Bob Peterson wrote: > - Original Message - > > We store the local statfs info in the journal header now so > > there's no need to write to the local statfs file anymore. > > > > Signed-off-by: Abhi Das > > --- > > fs/gfs2/lops.c | 10 +- > > 1

Re: [Cluster-devel] [PATCH 1/3] gfs2: Don't write updates to local statfs file

2020-08-19 Thread Bob Peterson
- Original Message - > We store the local statfs info in the journal header now so > there's no need to write to the local statfs file anymore. > > Signed-off-by: Abhi Das > --- > fs/gfs2/lops.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git

[Cluster-devel] [PATCH 1/3] gfs2: Don't write updates to local statfs file

2020-08-13 Thread Abhi Das
We store the local statfs info in the journal header now so there's no need to write to the local statfs file anymore. Signed-off-by: Abhi Das --- fs/gfs2/lops.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c index