summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_subs.c
diff options
context:
space:
mode:
authorthib <thib@openbsd.org>2010-09-09 10:37:03 +0000
committerthib <thib@openbsd.org>2010-09-09 10:37:03 +0000
commit9baecc3addd1f7e09049da06c918e86f5a65c83c (patch)
tree67c885dc9deaebeb5c4175b5cf422d4b9db2a426 /sys/nfs/nfs_subs.c
parentWhy ip6_input.c includes netinet/ip_icmp.h is beyond my imagination. (diff)
downloadwireguard-openbsd-9baecc3addd1f7e09049da06c918e86f5a65c83c.tar.xz
wireguard-openbsd-9baecc3addd1f7e09049da06c918e86f5a65c83c.zip
Rename lookup/relookup to vfs_lookup/vfs_relookup.
OK oga@, beck@, matthew@
Diffstat (limited to 'sys/nfs/nfs_subs.c')
-rw-r--r--sys/nfs/nfs_subs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c
index b28f1caa2e1..17660b65fae 100644
--- a/sys/nfs/nfs_subs.c
+++ b/sys/nfs/nfs_subs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_subs.c,v 1.109 2010/09/06 23:44:10 thib Exp $ */
+/* $OpenBSD: nfs_subs.c,v 1.110 2010/09/09 10:37:04 thib Exp $ */
/* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */
/*
@@ -1252,7 +1252,7 @@ nfs_namei(struct nameidata *ndp, fhandle_t *fhp, int len,
* And call lookup() to do the real work
*/
cnp->cn_proc = p;
- error = lookup(ndp);
+ error = vfs_lookup(ndp);
if (error)
goto out;
/*