Skip to content

Commit 08b60f8

Browse files
swarrenAl Viro
authored andcommitted
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>
1 parent a49f0d1 commit 08b60f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/namei.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define _LINUX_NAMEI_H
33

44
#include <linux/dcache.h>
5+
#include <linux/errno.h>
56
#include <linux/linkage.h>
67
#include <linux/path.h>
78

0 commit comments

Comments
 (0)