Date: Sat, 12 Apr 2008 10:03:28 -0700 From: Kirk McKusick <mckusick@mckusick.com> To: Jeff Roberson <jroberson@jroberson.net> Cc: arch@freebsd.org Subject: Re: VOP_LEASE Message-ID: <200804121703.m3CH3StJ081660@chez.mckusick.com>
next in thread | raw e-mail | index | archive | help
> Date: Sat, 12 Apr 2008 02:13:15 -1000 (HST) > From: Jeff Roberson <jroberson@jroberson.net> > To: arch@freebsd.org > Subject: VOP_LEASE > > As far as I can tell this has never been used. Unless someone can show me > otherwise I'm going to go ahead and remove it. > > Thanks, > Jeff VOP_LEASE is used by NQNFS and NFSv4. It notifies them when a file is modified locally so that they know to update any outstanding leases (e.g., evict any write lease for the file and do callbacks for any read leases for the file). Deleting VOP_LEASE would break NFS big time. Kirk McKusick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804121703.m3CH3StJ081660>