patch-2.1.53 linux/include/asm-ppc/namei.h
Next file: linux/include/asm-ppc/page.h
Previous file: linux/include/asm-ppc/irq.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Sep 4 12:54:49 1997
- Orig file:
v2.1.52/linux/include/asm-ppc/namei.h
- Orig date:
Mon Aug 18 18:19:47 1997
diff -u --recursive --new-file v2.1.52/linux/include/asm-ppc/namei.h linux/include/asm-ppc/namei.h
@@ -1,4 +1,4 @@
-/* $Id: namei.h,v 1.2 1997/07/31 07:10:55 paulus Exp $
+/* $Id: namei.h,v 1.3 1997/08/29 15:52:22 jj Exp $
* linux/include/asm-ppc/namei.h
* Adapted from linux/include/asm-alpha/namei.h
*
@@ -8,15 +8,12 @@
#ifndef __PPC_NAMEI_H
#define __PPC_NAMEI_H
-/* These dummy routines maybe changed to something useful
+/* This dummy routine maybe changed to something useful
* for /usr/gnemul/ emulation stuff.
* Look at asm-sparc/namei.h for details.
*/
-#define translate_namei(pathname, base, follow_links, res_inode) \
- do { } while (0)
-
-#define translate_open_namei(pathname, flag, mode, res_inode, base) \
- do { } while (0)
+#define __prefix_lookup_dentry(name, follow_link) \
+ do {} while (0)
#endif /* __PPC_NAMEI_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov