From 3e62df9adb80043c44a8105c35148fbdb0ceb52e Mon Sep 17 00:00:00 2001 From: rmacklem Date: Sat, 3 Sep 2011 00:28:53 +0000 Subject: Fix the NFS servers so that they can do a Lookup of "..", which requires that ni_strictrelative be set to 0, post-r224810. Tested by: swills (earlier version), geo dot liaskos at gmail.com Approved by: re (kib) --- sys/nfsserver/nfs_serv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/nfsserver') diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 1b9dd98..fd3a1b5 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -157,6 +157,7 @@ ndclear(struct nameidata *nd) nd->ni_vp = NULL; nd->ni_dvp = NULL; nd->ni_startdir = NULL; + nd->ni_strictrelative = 0; } /* -- cgit v1.1