Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 09:12:57 +0900 (JST)
From:      Michael Hancock <michaelh@cet.co.jp>
To:        Eivind Eklund <eivind@FreeBSD.ORG>
Cc:        Terry Lambert <tlambert@primenet.com>, fs@FreeBSD.ORG
Subject:   Re: namei() and freeing componentnames
Message-ID:  <Pine.BSF.3.95LJ1.1b3.991126091024.3272A-100000@sv01.cet.co.jp>
In-Reply-To: <19991125182159.B602@bitbox.follo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Right now, after seeing how much chaos the VOP_RELEASEND stuff turned
> into and how many places other code is repeated, I'm tempted to go for
> a NDFREE() which can free struct nameidata, *including vrele/vput'ing
> aquired vp*, and which takes flags to indicate if it is to leave some
> resources behind.

NDFREE() makes sense, though I'd do the vrele/vput part later as a
separate step. 

Regards,


Mike



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-fs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95LJ1.1b3.991126091024.3272A-100000>