aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/namei.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2012-12-24 11:14:58 -0700
committerAl Viro <viro@zeniv.linux.org.uk>2012-12-25 18:45:06 -0500
commit08b60f8438879a84246d7debded31c9cb7aea6e4 (patch)
tree75367ca36c1e531e6fbf7745f8ffdf556eeb4864 /include/linux/namei.h
parentLinux 3.8-rc1 (diff)
downloadlinux-dev-08b60f8438879a84246d7debded31c9cb7aea6e4.tar.xz
linux-dev-08b60f8438879a84246d7debded31c9cb7aea6e4.zip
namei.h: include errno.h
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> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/namei.h')
-rw-r--r--include/linux/namei.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index e998c030061d..5a5ff57ceed4 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>