Skip to content

Commit d287b87

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull namei.h missing include fix from Al Viro. The new use of ESTALE in namei.h can cause compile failures on ARM with certain configurations due to lack of errno.h. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: namei.h: include errno.h
2 parents 36a25de + 08b60f8 commit d287b87

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)