Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08b60f84 authored by Stephen Warren's avatar Stephen Warren Committed by Al Viro
Browse files

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: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a49f0d1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
#define _LINUX_NAMEI_H

#include <linux/dcache.h>
#include <linux/errno.h>
#include <linux/linkage.h>
#include <linux/path.h>