diff options
Diffstat (limited to 'sys/nfsclient/nfs_vfsops.c')
-rw-r--r-- | sys/nfsclient/nfs_vfsops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index 7382343..f6281ac 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -479,8 +479,6 @@ nfs_mountroot(struct mount *mp, struct thread *td) return (error); } - rootvp = vp; - /* * This is not really an nfs issue, but it is much easier to * set hostname here and then let the "/etc/rc.xxx" files |