Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2008-01-12 Thread Adam McDougall
On Sat, Jan 12, 2008 at 10:26:10PM +, Robert Watson wrote: On Sat, 29 Dec 2007, Adam McDougall wrote: >> Can this be merged to 6 as well? I've been running the patch ported to >> 6-stable for a while with no problems. Thanks. Adam, Sorry for the delay in responding -- I'll me

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2008-01-12 Thread Robert Watson
On Sat, 29 Dec 2007, Adam McDougall wrote: Can this be merged to 6 as well? I've been running the patch ported to 6-stable for a while with no problems. Thanks. Adam, Sorry for the delay in responding -- I'll merge this to 6-STABLE after 6.3-RELEASE is over and done with. Robert N M Wats

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2007-12-28 Thread Adam McDougall
Can this be merged to 6 as well? I've been running the patch ported to 6-stable for a while with no problems. Thanks. On Tue, Nov 27, 2007 at 12:20:59PM +, Robert Watson wrote: rwatson 2007-11-27 12:20:59 UTC FreeBSD src repository Modified files:(Branch: RELENG

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-16 Thread Bruce Evans
On Mon, 16 Oct 2006, Chuck Lever wrote: On 10/16/06, Bruce Evans <[EMAIL PROTECTED]> wrote: On Sun, 15 Oct 2006, Chuck Lever wrote: [An independent imeout for the access cache isn't useful.] I'll try removing the special support for the access cache timeout in rc.conf first. OK. I can rev

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-16 Thread Chuck Lever
On 10/16/06, Bruce Evans <[EMAIL PROTECTED]> wrote: On Sun, 15 Oct 2006, Chuck Lever wrote: > On 10/15/06, Bruce Evans <[EMAIL PROTECTED]> wrote: Now that I understand these caches a bit better, I think independent timeouts for them are just a bug. At least for the FreeBSD implmentation of the v

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-16 Thread Bruce Evans
Hi Chuck, On Sun, 15 Oct 2006, Chuck Lever wrote: On 10/15/06, Bruce Evans <[EMAIL PROTECTED]> wrote: My previous mail more or less explained why rc.conf began setting it to 2 in 1998: It didn't exist before then, so it was initially set to a conservative default of 2. Only the mount options

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-15 Thread Chuck Lever
Hi Bruce- On 10/15/06, Bruce Evans <[EMAIL PROTECTED]> wrote: My previous mail more or less explained why rc.conf began setting it to 2 in 1998: It didn't exist before then, so it was initially set to a conservative default of 2. Only the mount options for the _attribute_ cache existed before

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-15 Thread Bruce Evans
On Sat, 14 Oct 2006 [EMAIL PROTECTED] wrote: On Sat, 14 Oct 2006, [EMAIL PROTECTED] wrote: So, inquiring minds want to know why defaults/rc.conf still sets this to 2 then. *smack*- I meant in RE_6. Seems to be just because no one got around to it in RELENG_6. Recovering some context: On

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-14 Thread Kris Kennaway
On Sat, Oct 14, 2006 at 10:25:06PM -0700, [EMAIL PROTECTED] wrote: > > > On Sat, 14 Oct 2006, [EMAIL PROTECTED] wrote: > > > > >So, inquiring minds want to know why defaults/rc.conf still sets this to 2 > >then. > > *smack*- I meant in RE_6. Ah, hmm...I guess I never merged it - thanks for po

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-14 Thread Kris Kennaway
On Sat, Oct 14, 2006 at 10:23:08PM -0700, [EMAIL PROTECTED] wrote: > > So, inquiring minds want to know why defaults/rc.conf still sets this to > 2 then. You haven't run mergemaster in the past 5 months? Kris pgpDldRg6R27h.pgp Description: PGP signature

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-14 Thread mjacob
On Sat, 14 Oct 2006, [EMAIL PROTECTED] wrote: So, inquiring minds want to know why defaults/rc.conf still sets this to 2 then. *smack*- I meant in RE_6. ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To uns

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-14 Thread mjacob
So, inquiring minds want to know why defaults/rc.conf still sets this to 2 then. ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-14 Thread Kris Kennaway
On Sun, Oct 15, 2006 at 12:37:28PM +1000, Bruce Evans wrote: > On Sun, 15 Oct 2006, Rink Springer wrote: > > >On Sat, Oct 14, 2006 at 07:25:12AM +, Bruce Evans wrote: > >> Log: > >> Don't do null Setattr RPCs for VA_MARK_ATIME. When we added the > >>... > >> This is the smallest and easies

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-14 Thread Bruce Evans
On Sun, 15 Oct 2006, Rink Springer wrote: On Sat, Oct 14, 2006 at 07:25:12AM +, Bruce Evans wrote: Log: Don't do null Setattr RPCs for VA_MARK_ATIME. When we added the ... This is the smallest and easiest to fix of several bugs that have increased the number of RPCs for kernel buil

Re: cvs commit: src/sys/nfsclient nfs_vnops.c

2006-10-14 Thread Rink Springer
Hi Bruce, On Sat, Oct 14, 2006 at 07:25:12AM +, Bruce Evans wrote: > bde 2006-10-14 07:25:12 UTC > > FreeBSD src repository > > Modified files: > sys/nfsclientnfs_vnops.c > Log: > Don't do null Setattr RPCs for VA_MARK_ATIME. When we added the > VA_MARK_ATIME