Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2001 08:51:19 +0600 (ALMT)
From:      Boris Popov <bp@butya.kz>
To:        Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
Cc:        freebsd-fs@FreeBSD.ORG
Subject:   Re: vnode interlock API
Message-ID:  <Pine.BSF.4.21.0102070847080.4563-100000@lion.butya.kz>
In-Reply-To: <20010206172150.A528@frolic.no-support.loc>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 Feb 2001, Bjoern Fischer wrote:

> > #define VI_LOCK(vp)		mtx_enter(&(vp)->v_interlock, MTX_DEF)
> > #define VI_UNLOCK(vp)		mtx_exit(&(vp)->v_interlock, MTX_DEF)
> 
> BTW, does this mean that -current vnode locking works sufficiently
> enough to support stacked file systems a la Eric Zadok's FiST software?

	Hmm, I didn't see how this relates to the stacked file systems,
but can say that there is mostly finished generic code to support stacked
file systems. I hope to post it for review in few weeks.

--
Boris Popov
http://www.butya.kz/~bp/



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.4.21.0102070847080.4563-100000>