Subject: re: free space (was /dev) on tmpfs problem
To: None <mrg@eterna.com.au>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 11/15/2005 10:05:56
> (linux tmpfs also uses virtually no extra ram due to using
> other kernel cache objects (ie, vnode/inode/directory) rather
> than keeping track of them with private structure.  i wonder
> if those ideas could be adapted for our tmpfs?)

i guess it just means linux have to use extra ram for
mandated namecache (dcache) otherwise.

YAMAMOTO Takashi