Subject: Re: support for Samba "KERNEL_OPLOCKS"
To: Laine Stump <lainestump@rcn.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 02/02/2001 23:42:02
Just FYI, in case anyone wants to implement this, there is already
in-kernel infrastructure for something like this in the VOP_LEASE()
vnode operation, currently used by NQNFS..  Currently all consumers of
this interface are in-kernel.

The 640k question is whether or not the semantics are sufficient to
make samba happy.

					- Bill