From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Mon, 3 Aug 2015 23:30:20 +0300 Subject: [Cluster-devel] [GFS2 PATCH] GFS2: Handle errors from rhashtable_walk_next In-Reply-To: <426920591.3409293.1438622251959.JavaMail.zimbra@redhat.com> References: <338955658.3406242.1438622031072.JavaMail.zimbra@redhat.com> <426920591.3409293.1438622251959.JavaMail.zimbra@redhat.com> Message-ID: <20150803203020.GY5096@mwanda> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Aug 03, 2015 at 01:17:31PM -0400, Bob Peterson wrote: > Hi, > > This patch was inspired by Dan Carpenter's email from 17 July. > Heh. I looked through my out box from July 17 and I only see pointer math patches. Ah... Here I've found the email. :) Ah here it is, I reported a static checker bug here. > This patch adds some needed error checking after calling function > rhashtable_walk_next. > Looks good. regards, dan carpenter