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

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).