linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] namei.h: include errno.h
@ 2012-12-24 18:14 Stephen Warren
  2012-12-25 18:24 ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2012-12-24 18:14 UTC (permalink / raw)
  To: Jan Kara, Andrew Morton, Andreas Dilger, Jens Axboe
  Cc: linux-kernel, linux-ext4, Stephen Warren

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 <swarren@wwwdotorg.org>
---
 include/linux/namei.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/namei.h b/include/linux/namei.h
index e998c03..5a5ff57 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -2,6 +2,7 @@
 #define _LINUX_NAMEI_H
 
 #include <linux/dcache.h>
+#include <linux/errno.h>
 #include <linux/linkage.h>
 #include <linux/path.h>
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: namei.h: include errno.h
  2012-12-24 18:14 [PATCH] namei.h: include errno.h Stephen Warren
@ 2012-12-25 18:24 ` Theodore Ts'o
  2012-12-25 18:52   ` Al Viro
  0 siblings, 1 reply; 3+ messages in thread
From: Theodore Ts'o @ 2012-12-25 18:24 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Jan Kara, Andrew Morton, Andreas Dilger, Jens Axboe, linux-kernel,
	linux-ext4, jlayton, viro

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 <swarren@wwwdotorg.org>

Reviewed-by: "Theodore Ts'o" <tytso@mit.edu>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: namei.h: include errno.h
  2012-12-25 18:24 ` Theodore Ts'o
@ 2012-12-25 18:52   ` Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2012-12-25 18:52 UTC (permalink / raw)
  To: Theodore Ts'o, Stephen Warren, Jan Kara, Andrew Morton,
	Andreas Dilger, Jens Axboe, linux-kernel, linux-ext4, jlayton

On Tue, Dec 25, 2012 at 01:24:49PM -0500, Theodore Ts'o wrote:
> 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 <swarren@wwwdotorg.org>
> 
> Reviewed-by: "Theodore Ts'o" <tytso@mit.edu>
> 
> 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?

Applied, will push later today...

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-25 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 18:14 [PATCH] namei.h: include errno.h Stephen Warren
2012-12-25 18:24 ` Theodore Ts'o
2012-12-25 18:52   ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).