]> git.ipfire.org Git - people/ms/linux.git/blame - include/asm-sparc/namei.h
[PATCH] permission checks for chdir need special treatment only on the last step
[people/ms/linux.git] / include / asm-sparc / namei.h
CommitLineData
f5e706ad
SR
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