Re: [PATCH] ocfs2: fix a static checker warning
From: Andrew Morton
Date: Mon May 22 2017 - 17:21:07 EST
On Mon, 22 May 2017 12:54:37 +0800 Gang He <ghe@xxxxxxxx> 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.