Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752127AbaG0NTZ (ORCPT ); Sun, 27 Jul 2014 09:19:25 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:56494 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751290AbaG0NTX (ORCPT ); Sun, 27 Jul 2014 09:19:23 -0400 Date: Sun, 27 Jul 2014 06:19:17 -0700 From: Christoph Hellwig To: Andrey Utkin Cc: trond.myklebust@primarydata.com, linux-kernel@vger.kernel.org, linux-nfs@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULL Message-ID: <20140727131917.GA32153@infradead.org> References: <1406375881-18837-1-git-send-email-andrey.krieger.utkin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1406375881-18837-1-git-send-email-andrey.krieger.utkin@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 26, 2014 at 02:58:01PM +0300, Andrey Utkin wrote: > There was a check for result being not NULL. But get_acl() may return > NULL, or ERR_PTR, or actual pointer. > The purpose of the function where current change is done is to "list > ACLs only when they are available", so any error condition of get_acl() > mustn't be elevated, and returning 0 there is still valid. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=81111 > Signed-off-by: Andrey Utkin Looks good, thanks! Reviewed-by: Christoph Hellwig should probably get a cc to stable as the original patch has one as well. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/