]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/asm-sparc/namei.h
[PATCH] permission checks for chdir need special treatment only on the last step
[mirror_ubuntu-artful-kernel.git] / include / asm-sparc / namei.h
1 #ifndef ___ASM_SPARC_NAMEI_H
2 #define ___ASM_SPARC_NAMEI_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm-sparc/namei_64.h>
5 #else
6 #include <asm-sparc/namei_32.h>
7 #endif
8 #endif