Re: How to change vnode operations ?

2010-04-27 Thread Gleb Kurtsou
On (24/04/2010 12:26), Lukáš Czerner wrote: > On Fri, 23 Apr 2010, Gleb Kurtsou wrote: > > > Date: Fri, 23 Apr 2010 12:22:57 +0300 > > From: Gleb Kurtsou > > To: Lukáš Czerner > > Cc: freebsd-hackers@freebsd.org > > Subject: Re: How to change vnode operations ? > > > > On (23/04/2010 08:10), Lu

[PATCH v2] Dynamic tick support

2010-04-27 Thread Tsuyoshi Ozawa
Hello, I'd like you to review dynticks v2 patch for FreeBSD 8.0. http://gist.github.com/380820 This v2 patch to add dynamic tick support can switch its tick mode automatically. Switch from pertick mode to dyntick mode before cpu_idle() is called in sched_idled. Doing this reduces needless tick.

Re: [patch] [RFC] pathchk quiet flag

2010-04-27 Thread Jilles Tjoelker
On Mon, Apr 26, 2010 at 08:57:31PM +0300, Eitan Adler wrote: > This path adds a -q flag to stop pathchk from outputting error > messages but still return an error code. Why do you need this; can't you do something like pathconf -- "$pathname" 2>/dev/null -- Jilles Tjoelker

Re: [patch] [RFC] pathchk quiet flag

2010-04-27 Thread Eitan Adler
> Why do you need this; can't you do something like >  pathconf -- "$pathname" 2>/dev/null Not much but I thought it goes along with other quiet flags (make -Q; grep -q; gzip -q; gunzip -q; etc) ___ freebsd-hackers@freebsd.org mailing list http://lists.fr

Re: RPC and NFS more than 16 groups

2010-04-27 Thread Knowledge Seeker
Hi, I made the changes in 2 FreeBSD 8.0 stable boxes. One I've configured one as a server and the other as the client. But the 16 groups limit persists. Even when I tried using a GNU/Linux Debian machine as a client with a Kernel patched to work with the number of groups advertised by the server (

Re: RPC and NFS more than 16 groups

2010-04-27 Thread Brooks Davis
On Tue, Apr 27, 2010 at 09:03:36PM +, Knowledge Seeker wrote: > Hi, > I made the changes in 2 FreeBSD 8.0 stable boxes. One I've configured one as > a server and the other as the client. > But the 16 groups limit persists. > Even when I tried using a GNU/Linux Debian machine as a client with a

Re: How to change vnode operations ?

2010-04-27 Thread Lukáš Czerner
On Tue, 27 Apr 2010, Gleb Kurtsou wrote: > Date: Tue, 27 Apr 2010 13:58:48 +0300 > From: Gleb Kurtsou > To: Lukáš Czerner > Cc: freebsd-hackers@freebsd.org > Subject: Re: How to change vnode operations ? > > On (24/04/2010 12:26), Lukáš Czerner wrote: > > On Fri, 23 Apr 2010, Gleb Kurtsou wrote