From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936048AbdEVVVF (ORCPT ); Mon, 22 May 2017 17:21:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43562 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936015AbdEVVU6 (ORCPT ); Mon, 22 May 2017 17:20:58 -0400 Date: Mon, 22 May 2017 14:20:55 -0700 From: Andrew Morton To: Gang He Cc: mfasheh@versity.com, jlbec@evilplan.org, linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com Subject: Re: [PATCH] ocfs2: fix a static checker warning Message-Id: <20170522142055.7ebf9fae4dbce0e3ddda806a@linux-foundation.org> In-Reply-To: <1495428877-7440-1-git-send-email-ghe@suse.com> References: <1495428877-7440-1-git-send-email-ghe@suse.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 May 2017 12:54:37 +0800 Gang He wrote: > This patch will fix a static checker warning, this warning was > caused by commit d56a8f32e4c662509ce50a37e78fa66c777977d3. after > apply this patch, the error return value will not be NULL(zero). When identifying another commit, please use the form d56a8f32e4c6 ("ocfs2: check/fix inode block for online file check") And when fixing warnings such as this, please quote the warning in full and identify which checker tool generated that warning.