diff options
Diffstat (limited to 'include/asm-s390/namei.h')
-rw-r--r-- | include/asm-s390/namei.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/asm-s390/namei.h b/include/asm-s390/namei.h new file mode 100644 index 000000000..524b93937 --- /dev/null +++ b/include/asm-s390/namei.h @@ -0,0 +1,22 @@ +/* + * include/asm-s390/namei.h + * + * S390 version + * + * Derived from "include/asm-i386/namei.h" + * + * Included from linux/fs/namei.c + */ + +#ifndef __S390_NAMEI_H +#define __S390_NAMEI_H + +/* This dummy routine maybe changed to something useful + * for /usr/gnemul/ emulation stuff. + * Look at asm-sparc/namei.h for details. + */ + +#define __prefix_lookup_dentry(name, lookup_flags) \ + do {} while (0) + +#endif /* __S390_NAMEI_H */ |