From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: File and Directory Change Notification Date: Wed, 26 Nov 2003 04:57:10 +0000 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20031126045710.GA11079@mail.shareable.org> References: <200311252053.47193.theman@josephdwagner.info> <20031126041548.GA10853@mail.shareable.org> <200311252238.19346.theman@josephdwagner.info> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from mail.jlokier.co.uk ([81.29.64.88]:53888 "EHLO mail.shareable.org") by vger.kernel.org with ESMTP id S262827AbTKZE5O (ORCPT ); Tue, 25 Nov 2003 23:57:14 -0500 To: "Joseph D. Wagner" Content-Disposition: inline In-Reply-To: <200311252238.19346.theman@josephdwagner.info> List-Id: linux-fsdevel.vger.kernel.org Joseph D. Wagner wrote: > On Wednesday, November 26, 2003 10:15 am, Jamie Lokier wrote: > > What's missing from leases is the ability to block until the final > > close of a file (and block further opens in the meantime), and for > > F_RDLCK leases to fail/block when the file is open for writing > > (there's a FIXME in the kernel lease code for that, but nobody has > > fixed it). > > Could you direct me to where that fixme is (file and function name)? fcntl_setlease in fs/locks.c -- Jamie