Subject: Re: tmpfs memory leak?
To: Antti Kantee <pooka@cs.hut.fi>
From: Andrew Doran <ad@netbsd.org>
List: tech-kern
Date: 10/28/2007 16:26:45
On Sat, Oct 27, 2007 at 06:45:39PM +0300, Antti Kantee wrote:

> As an interesting aside, there are really no rules for accessing struct
> mount after releasing all vnodes for the mount point even if you do get
> the pointer in time (or even before if unmount(MNT_FORCE) is being done).
> I am hoping that the proverbial "someone" will fix this so that my head
> can stop hurting.

I'm working on locking / ref counting for struct mount. Input welcome :-)

Andrew