Subject: Re: CVS commit: syssrc/sys/nfs
To: None <christos@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 10/01/2002 11:53:23
--NextPart-20021001115234-0030300
Content-Type: Text/Plain; charset=us-ascii
> Module Name: syssrc
> Committed By: christos
> Date: Sat Sep 21 18:08:28 UTC 2002
>
> Modified Files:
> syssrc/sys/nfs: nfs_vfsops.c nfsmount.h
>
> Log Message:
> MNT_GETARGS support
i think you forgot to copy deadthresh.
YAMAMOTO Takashi
--NextPart-20021001115234-0030300
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="nfs.diff"
Index: nfs_vfsops.c
===================================================================
RCS file: /cvs/NetBSD/syssrc/sys/nfs/nfs_vfsops.c,v
retrieving revision 1.116
diff -u -p -r1.116 nfs_vfsops.c
--- nfs_vfsops.c 2002/09/21 18:08:27 1.116
+++ nfs_vfsops.c 2002/10/01 02:51:07
@@ -584,6 +584,7 @@ nfs_mount(mp, path, data, ndp, p)
args.maxgrouplist = nmp->nm_numgrps;
args.readahead = nmp->nm_readahead;
args.leaseterm = nmp->nm_leaseterm;
+ args.deadthresh = nmp->nm_deadthresh;
args.hostname = NULL;
return copyout(&args, data, sizeof(args));
}
--NextPart-20021001115234-0030300--