Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
include/linux/namei.h
··· 2 2 #define _LINUX_NAMEI_H 3 3 4 4 #include <linux/dcache.h> 5 + #include <linux/errno.h> 5 6 #include <linux/linkage.h> 6 7 #include <linux/path.h> 7 8