Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/kern
On Jun 12, 11:26am, yamt%mwd.biglobe.ne.jp@localhost (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
Home |
Main Index |
Thread Index |
Old Index