Re: [Cluster-devel] [PATCH 01/19] gfs2: log error reform

2019-04-09 Thread Andreas Gruenbacher
Bob, On Wed, 27 Mar 2019 at 13:36, Bob Peterson wrote: > Before this patch, gfs2 kept track of journal io errors in two > places (sd_log_error and the SDF_AIL1_IO_ERROR flag in sd_flags. > This patch consolidates the two by eliminating the SDF_AIL1_IO_ERROR > flag in favor of an atomic count of

[Cluster-devel] [PATCH 01/19] gfs2: log error reform

2019-03-27 Thread Bob Peterson
Before this patch, gfs2 kept track of journal io errors in two places (sd_log_error and the SDF_AIL1_IO_ERROR flag in sd_flags. This patch consolidates the two by eliminating the SDF_AIL1_IO_ERROR flag in favor of an atomic count of journal errors, sd_log_errors. When the first io error occurs and