Subject: Re: mfs read operations.
To: Wojciech Puchar <wojtek@wojtek.3miasto.net>
From: Bill Studenmund <wrstuden@zembu.com>
List: tech-kern
Date: 07/23/2001 11:32:39
On Sun, 22 Jul 2001, Wojciech Puchar wrote:

> >
> > Where can I find the code for mfs?
> /usr/src/sys/ufs & /usr/sys/sys/ufs/mfs

And newfs/mount_mfs.

> if you like to improve it don't forget to add memory freeing when file is
> deleted.

Won't matter much. Right now to mount an mfs file system is a fixed size.
Memory is allocated at fs creation, not when files are created. So
deleting a file won't change its memory footprint.

Take care,

Bill