From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [patch] ext4: checking for NULL instead of IS_ERR Date: Fri, 8 Jan 2016 15:52:28 -0500 Message-ID: <20160108205228.GE28412@thunk.org> References: <20160106100425.GG23185@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Li Xi , Andreas Dilger , linux-ext4@vger.kernel.org, kernel-janitors@vger.kernel.org To: Dan Carpenter Return-path: Content-Disposition: inline In-Reply-To: <20160106100425.GG23185@mwanda> Sender: kernel-janitors-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Wed, Jan 06, 2016 at 01:04:25PM +0300, Dan Carpenter wrote: > The dqget() function returns error pointers on error, it doesn't return > NULL. > > Fixes: 76481d7a60a4 ('ext4: add project quota support') > Signed-off-by: Dan Carpenter Thanks for pointing this out. I've folded this into the commit with the bug. - Ted