Subject: Re: CVS commit: src/sys/kern
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 06/11/2006 22:31:27
On Jun 12, 11:26am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/sys/kern
| > 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.
I did not see that. I guess we'll have to do a quick grep to the kernel
and fix them all. There are a lot of malloc statvfs's there.
christos