From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Tue, 16 Jul 2013 13:16:27 -0400 (EDT) Subject: [Cluster-devel] [gfs2-utils PATCH 7/7] fsck.gfs2: Detect and fix duplicate references in hash tables In-Reply-To: <51E57A52.8030103@redhat.com> References: <08b2ef646a21c19d0cdd1212fe8d4b4a8d7ee2b2.1373979296.git.rpeterso@redhat.com> <67014263a531655f54e1b40b0058a93c42790e01.1373979296.git.rpeterso@redhat.com> <51E57A52.8030103@redhat.com> Message-ID: <1342487099.5052093.1373994987050.JavaMail.root@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 ----- | Hi Bob, | | A couple of comments below... (snip) | > + brelse(lbh); | | so shouldn't need to here... (snip) | > + brelse(lbh); | | and here. | | The rest looks good to me. | | Cheers, | Andy Another good catch. Fixed in my latest version. I found and fixed a whitespace error in this patch as well. Bob