From: Christoph Hellwig <hch@infradead.org>
To: "J. Bruce Fields" <bfields@citi.umich.edu>
Cc: akpm@osdl.org, Trond Myklebust <Trond.Myklebust@netapp.com>,
Marc Eshel <eshel@almaden.ibm.com>,
linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH 8/17] locks: add fl_notify arguments for asynchronous lock return
Date: Mon, 9 Apr 2007 19:40:41 +0100 [thread overview]
Message-ID: <20070409184041.GA28716@infradead.org> (raw)
On Thu, Apr 05, 2007 at 07:40:58PM -0400, J. Bruce Fields wrote:
> From: Marc Eshel <eshel@almaden.ibm.com> - unquoted
>
> Acquiring a lock on a cluster filesystem may require communication with remote
> hosts, and to avoid blocking lockd or nfsd threads during such communication,
> we allow the results to be returned asynchronously.
>
> When a ->lock() call needs to block, the file system will return -EINPROGRESS,
> and then later return the results with a call to the routine in the fl_notify
> field of the lock_manager_operations struct.
>
> Note that this is different from the ->lock() call discovering that there is a
> conflict which would cause the caller to block; this is still handled in the
> same way as before. In fact, we don't currently handle "blocking" locks at
> all; those are less urgent, because the filesystem can always just return an
> immediate -EAGAIN without denying the lock.
>
> So this asynchronous interface is only used in the case of a non-blocking lock,
> where we must know whether to allow or deny the lock now.
>
> We're using fl_notify to asynchronously return the result of a lock
> request. So we want fl_notify to be able to return a status and, if
> appropriate, a conflicting lock.
>
> This only current caller of fl_notify is in the blocked case, in which case
> we don't use these extra arguments.
>
> We also allow fl_notify to return an error. (Also ignored for now.)
I don't really like the overload of fl_notify. What the reason not
to use a separate callback?
next reply other threads:[~2007-04-09 18:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-09 18:40 Christoph Hellwig [this message]
2007-04-10 21:49 ` [PATCH 8/17] locks: add fl_notify arguments for asynchronous lock return J. Bruce Fields
[not found] <117581646786-git-send-email->
[not found] ` <11758164673642-git-send-email->
[not found] ` <11758164671398-git-send-email->
[not found] ` <11758164672114-git-send-email->
[not found] ` <11758164672880-git-send-email->
[not found] ` <1175816467294-git-send-email->
[not found] ` <11758164671240-git-send-email->
[not found] ` <11758164686-git-send-email->
2007-04-05 23:40 ` J. Bruce Fields
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070409184041.GA28716@infradead.org \
--to=hch@infradead.org \
--cc=Trond.Myklebust@netapp.com \
--cc=akpm@osdl.org \
--cc=bfields@citi.umich.edu \
--cc=eshel@almaden.ibm.com \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox