From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Gruenbacher Date: Mon, 02 Mar 2015 18:05:15 +0100 Subject: [Cluster-devel] [PATCH] GFS2: Fix potential NULL dereference in gfs2_alloc_inode In-Reply-To: <54F4900E.4060808@redhat.com> References: <1425312908-21017-1-git-send-email-anprice@redhat.com> <54F48D23.900@redhat.com> <54F4900E.4060808@redhat.com> Message-ID: <54F4984B.3090501@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 03/02/2015 05:30 PM, Andrew Price wrote: > On 02/03/15 16:17, Steven Whitehouse wrote: >> Hi, >> >> On 02/03/15 16:15, Andrew Price wrote: > Ah, so it is. Self-NACK then. The patch itself is still worth it though, it's not self-evident ip and &ip->i_inode are the same. Andreas