summaryrefslogtreecommitdiffstats
path: root/sys/sys/namei.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-27 20:33:41 +0000
committerphk <phk@FreeBSD.org>1994-09-27 20:33:41 +0000
commitd0ad392702499b8224444ab43914aab79cee2ee9 (patch)
treebe46fa73b436f39cb6b10330724d83523da890f5 /sys/sys/namei.h
parent9aaca324b5b8c5827e7d32e8c8c14834bb5288a5 (diff)
downloadFreeBSD-src-d0ad392702499b8224444ab43914aab79cee2ee9.zip
FreeBSD-src-d0ad392702499b8224444ab43914aab79cee2ee9.tar.gz
Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.
Several FS's use this, so it doesn't belong in ufs. (unionfs, msdosfs and ufs)
Diffstat (limited to 'sys/sys/namei.h')
-rw-r--r--sys/sys/namei.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h
index bb8f0a9..1088ede 100644
--- a/sys/sys/namei.h
+++ b/sys/sys/namei.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)namei.h 8.2 (Berkeley) 1/4/94
- * $Id$
+ * $Id: namei.h,v 1.2 1994/08/02 07:53:18 davidg Exp $
*/
#ifndef _SYS_NAMEI_H_
@@ -171,6 +171,8 @@ struct namecache {
u_long nextvnodeid;
int namei __P((struct nameidata *ndp));
int lookup __P((struct nameidata *ndp));
+int relookup __P((struct vnode *dvp, struct vnode **vpp,
+ struct componentname *cnp));
#endif
/*
OpenPOWER on IntegriCloud