From: Vasily Averin <vvs@virtuozzo.com>
To: Dominique Martinet <asmadeus@codewreck.org>
Cc: Eric Van Hensbergen <ericvh@gmail.com>,
Latchesar Ionkov <lucho@ionkov.net>,
kernel@openvz.org, v9fs-developer@lists.sourceforge.net,
linux-kernel@vger.kernel.org,
"J. Bruce Fields" <bfields@fieldses.org>
Subject: Re: [PATCH] v9fs: handle async processing of F_SETLK with FL_SLEEP flag
Date: Fri, 24 Dec 2021 13:18:54 +0300 [thread overview]
Message-ID: <05ab1af5-9b5f-f505-2a68-c90f50a1fb46@virtuozzo.com> (raw)
In-Reply-To: <YcV3XDFw5sMyvTVL@codewreck.org>
On 24.12.2021 10:31, Dominique Martinet wrote:
> Vasily Averin wrote on Fri, Dec 24, 2021 at 10:08:57AM +0300:
>> Answering on you question: it's ok to ignore of FL_SLEEP flag for F_SETLK command,
>
> On the other hand, just clearing the FL_SLEEP flag like you've done for
> 9p will make the server think the lock has been queued when it hasn't
> really been.
> That means the client lock request will hang forever and never be
> granted even when the lock becomes available later on, so unless I
> misunderstood something here I don't think that's a reasonable fallback.
I did not get your this statement. Could you please elaborate it in more details?
Right now nfsd/lockd/ksmbd drop FL_SLEEP on own side, and this looks acceptable for them:
instead of blocking lock they submit non-blocking SETLK and it's enough to avoid server deadlock.
If the lock is already taken: SETLK just return an error and will not wait.
I'm agree it isn't ideal, and perhaps can cause server will return some unexpected errno,
but I do not see how it can make the server think the lock has been queued.
>> It would be even better to use posix_lock_file() instead of locks_lock_file_wait(),
>> but I cannot do it without your assistance.
>
> let's try to fix this properly instead, I'm happy to help.
>
> Basically 9p does things in two steps:
> - first it tries to get the lock locally at the vfs level.
> I'm not familiar with all the locking helpers we have at disposal, but
> as long as the distinction between flock and posix locks is kept I'm
> happy with anything here.
>
> If that process is made asynchronous, we need a way to run more
> 9p-specific code in that one's lm_grant callback, so we can proceed onto
> the second step which is...
>
> - send the lock request to the 9p server and wait for its reply
> (note that the current code is always synchronous here: even if you
> request SETLK without the SLEEP flag you can be made to wait here.
> I have work in the closest to make some requests asynchronous, so
> locking could be made asynchronous when that lands, but my code
> introduced a race somewhere I haven't had the time to fix so this
> improvement will come later)
>
> What would you suggest with that?
It seems we can just replace locks_lock_file_wait() call by posix_lock_file()
in described scenario. I'll sent v2 patch version soon.
Thank you,
Vasily Averin
next prev parent reply other threads:[~2021-12-24 10:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-23 18:21 Vasily Averin
2021-12-23 23:14 ` Dominique Martinet
2021-12-24 7:08 ` Vasily Averin
2021-12-24 7:31 ` Dominique Martinet
2021-12-24 8:24 ` Vasily Averin
2021-12-24 10:18 ` Vasily Averin [this message]
2021-12-24 10:21 ` [PATCH v2] " Vasily Averin
2021-12-24 14:56 ` [PATCH] " Dominique Martinet
2021-12-27 7:42 ` Vasily Averin
2021-12-27 9:17 ` Dominique Martinet
2021-12-24 12:07 ` Vasily Averin
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=05ab1af5-9b5f-f505-2a68-c90f50a1fb46@virtuozzo.com \
--to=vvs@virtuozzo.com \
--cc=asmadeus@codewreck.org \
--cc=bfields@fieldses.org \
--cc=ericvh@gmail.com \
--cc=kernel@openvz.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lucho@ionkov.net \
--cc=v9fs-developer@lists.sourceforge.net \
/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
all inboxes | Powered by JetHome®