From: Florian Margaine <florian@platform.sh>
To: ceph-devel@vger.kernel.org
Cc: idryomov@gmail.com
Subject: [PATCH] rbd: reacquire lock should update lock owner client id
Date: Wed, 13 Dec 2017 16:43:59 +0100 [thread overview]
Message-ID: <87tvwumy4g.fsf@platform.sh> (raw)
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
Otherwise, future operations on this RBD using exclusive-lock are
going to require the lock from a non-existent client id.
This ports commit 475dda114a7e25b43dc9066b9808a64fc0c6dc89 from librbd
to krbd.
Signed-off-by: Florian Margaine <florian@platform.sh>
---
drivers/block/rbd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c
index adc877dfef5c..4e2acf9c81af 100644
--- a/drivers/block/rbd.c
+++ b/drivers/block/rbd.c
@@ -3884,6 +3884,7 @@ static void rbd_reacquire_lock(struct rbd_device *rbd_dev)
&rbd_dev->lock_dwork, 0);
} else {
strcpy(rbd_dev->lock_cookie, cookie);
+ queue_work(rbd_dev->task_wq, &rbd_dev->acquired_lock_work);
}
}
--
2.14.3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next reply other threads:[~2017-12-13 15:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-13 15:43 Florian Margaine [this message]
2018-01-12 7:37 ` [PATCH] rbd: reacquire lock should update lock owner client id Ilya Dryomov
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=87tvwumy4g.fsf@platform.sh \
--to=florian@platform.sh \
--cc=ceph-devel@vger.kernel.org \
--cc=idryomov@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.