From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 15 Nov 2019 09:39:49 -0500 (EST) Subject: [Cluster-devel] [GFS2 PATCH] gfs2: initialize tr_ail1_list when creating transactions In-Reply-To: References: <709405430.29951966.1573751145790.JavaMail.zimbra@redhat.com> Message-ID: <841385700.30232728.1573828789031.JavaMail.zimbra@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- > On Thu, Nov 14, 2019 at 6:10 PM Bob Peterson wrote: > > In function gfs2_trans_begin, new transactions were created but their > > ail1 list, tr_ail1_list was never initialized. Therefore it relied > > upon other circumstances when the list became empty. > > This patch adds proper initialization of the list. > > Could you please give a better explanation for this change? Let's drop it for now. I'll reevaluate if it's still needed. Bob