Subject: Re: CVS commit: src/sys/kern
To: None <christos@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 06/12/2006 11:26:44
> Module Name: src
> Committed By: christos
> Date: Mon Jun 12 00:22:47 UTC 2006
>
> Modified Files:
> src/sys/kern: kern_acct.c
>
> Log Message:
> don't allocate statvfs on the stack.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.64 -r1.65 src/sys/kern/kern_acct.c
i have introduced STATVFSBUF_GET/STATVFSBUF_PUT for this purpose while ago.
my intention (apart from aesthetic one) was to change them to
"nointr" allocator at some point.
YAMAMOTO Takashi