Re: [Cluster-devel] [GFS2 PATCH v3 04/19] gfs2: Warn when a journal replay overwrites a rgrp with buffers

2019-05-07 Thread Andreas Gruenbacher
Bob, On Wed, 1 May 2019 at 01:03, Bob Peterson wrote: > This patch adds some instrumentation in gfs2's journal replay that > indicates when we're about to overwrite a rgrp for which we already > have a valid buffer_head. looks okay, but can you explain in the commit message when this problem

[Cluster-devel] [GFS2 PATCH v3 04/19] gfs2: Warn when a journal replay overwrites a rgrp with buffers

2019-04-30 Thread Bob Peterson
This patch adds some instrumentation in gfs2's journal replay that indicates when we're about to overwrite a rgrp for which we already have a valid buffer_head. Signed-off-by: Bob Peterson --- fs/gfs2/lops.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff