From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754120Ab2LYSZN (ORCPT ); Tue, 25 Dec 2012 13:25:13 -0500 Received: from li9-11.members.linode.com ([67.18.176.11]:40275 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754044Ab2LYSZJ (ORCPT ); Tue, 25 Dec 2012 13:25:09 -0500 Date: Tue, 25 Dec 2012 13:24:49 -0500 From: "Theodore Ts'o" To: Stephen Warren Cc: Jan Kara , Andrew Morton , Andreas Dilger , Jens Axboe , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, jlayton@redhat.com, viro@zeniv.linux.org.uk Subject: Re: namei.h: include errno.h Message-ID: <20121225182449.GA7874@thunk.org> Mail-Followup-To: Theodore Ts'o , Stephen Warren , Jan Kara , Andrew Morton , Andreas Dilger , Jens Axboe , linux-kernel@vger.kernel.org, linux-ext4@vger.kernel.org, jlayton@redhat.com, viro@zeniv.linux.org.uk References: <1356372898-21272-1-git-send-email-swarren@wwwdotorg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1356372898-21272-1-git-send-email-swarren@wwwdotorg.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 24, 2012 at 08:14:58AM -0000, Stephen Warren wrote: > This solves: > > In file included from fs/ext3/symlink.c:20:0: > include/linux/namei.h: In function 'retry_estale': > include/linux/namei.h:114:19: error: 'ESTALE' undeclared (first use in this function) > > Signed-off-by: Stephen Warren Reviewed-by: "Theodore Ts'o" Looks good to me. You might want to add that this commit fixes a build failure regression in v3.8-rc1 which was introduced in commit b9d6ba94b875. Al, you want to take this, since the original commit went in via the VFS tree? Or should we have Jan carry this patch? - Ted