From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Date: Fri, 22 Jun 2018 11:15:15 +0000 Subject: Re: [PATCH] hugetlbfs: Fix an error code in init_hugetlbfs_fs() Message-Id: <18326.1529666115@warthog.procyon.org.uk> List-Id: References: <20180620110921.2s4krw4zjbnfniq5@kili.mountain> In-Reply-To: <20180620110921.2s4krw4zjbnfniq5@kili.mountain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: dhowells@redhat.com, Mike Kravetz , linux-mm@kvack.org, kernel-janitors@vger.kernel.org Dan Carpenter wrote: > We accidentally deleted the error code assignment. Thanks. I'll fold it into the original patch. David