All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rbd: tear down watch request if rbd_dev_device_setup() fails
@ 2013-12-16 20:05 Ilya Dryomov
  2013-12-16 20:05 ` [PATCH 1/2] rbd: introduce rbd_dev_header_unwatch_sync() and switch to it Ilya Dryomov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ilya Dryomov @ 2013-12-16 20:05 UTC (permalink / raw)
  To: ceph-devel; +Cc: ilya.dryomov

Hello,

Currently, if rbd_dev_device_setup() fails, we don't tear down our
watch request.  Looks like this bug was introduced by 1f3ef78861ac,
which moved a tear down call while fixing something else.  Fix it.

These patches can be pulled from wip-rbd-unwatch branch of
ceph-client.git.

Thanks,

                Ilya


Ilya Dryomov (2):
  rbd: introduce rbd_dev_header_unwatch_sync() and switch to it
  rbd: tear down watch request if rbd_dev_device_setup() fails

 drivers/block/rbd.c |   41 ++++++++++++++++++++++++++++-------------
 1 file changed, 28 insertions(+), 13 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-26 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 20:05 [PATCH 0/2] rbd: tear down watch request if rbd_dev_device_setup() fails Ilya Dryomov
2013-12-16 20:05 ` [PATCH 1/2] rbd: introduce rbd_dev_header_unwatch_sync() and switch to it Ilya Dryomov
2013-12-16 20:05 ` [PATCH 2/2] rbd: tear down watch request if rbd_dev_device_setup() fails Ilya Dryomov
2013-12-26 20:34 ` [PATCH 0/2] " Josh Durgin

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.