Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/fs/tmpfs
On 9/13/05, YAMAMOTO Takashi <yamt%netbsd.org@localhost> wrote:
>
> Module Name: src
> Committed By: yamt
> Date: Tue Sep 13 14:29:18 UTC 2005
>
> Modified Files:
> src/sys/fs/tmpfs: tmpfs.h tmpfs_subr.c tmpfs_vnops.c tmpfs_vnops.h
>
> Log Message:
> - don't waste/leak kva.
> - implement getpages/putpages. support mmap.
> - eliminate meaningless memcpy.
> - ubcify.
After all these changes, truncating a file does not release memory
any more, if I'm not mistaken. Is this true and if so, could you please
fix it? (That was part of the "logic" in tmpfs_reg_resize doing the
page unmap.)
--
Julio M. Merino Vidal <jmmv84%gmail.com@localhost>
http://www.livejournal.com/users/jmmv/
The NetBSD Project - http://www.NetBSD.org/
Home |
Main Index |
Thread Index |
Old Index