All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] __remove_osd() vs lingering requests
@ 2014-11-05 17:33 Ilya Dryomov
  2014-11-05 17:33 ` [PATCH 1/3] libceph: unlink from o_linger_requests when clearing r_osd Ilya Dryomov
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ilya Dryomov @ 2014-11-05 17:33 UTC (permalink / raw)
  To: ceph-devel

Hello,

These are fixes for the problem I found while trying to reproduce
recently reopened http://tracker.ceph.com/issues/5429.  I'm pretty sure
this is what was reported in http://tracker.ceph.com/issues/8568 too.
The exact BUG_ON() it points to is no longer there, but I checked with
an older kernel and the reproducer I have for this triggered it.

Thanks,

                Ilya


Ilya Dryomov (3):
  libceph: unlink from o_linger_requests when clearing r_osd
  libceph: clear r_req_lru_item in __unregister_linger_request()
  libceph: change from BUG to WARN for __remove_osd() asserts

 net/ceph/osd_client.c |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2014-11-05 18:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 17:33 [PATCH 0/3] __remove_osd() vs lingering requests Ilya Dryomov
2014-11-05 17:33 ` [PATCH 1/3] libceph: unlink from o_linger_requests when clearing r_osd Ilya Dryomov
2014-11-05 17:33 ` [PATCH 2/3] libceph: clear r_req_lru_item in __unregister_linger_request() Ilya Dryomov
2014-11-05 17:33 ` [PATCH 3/3] libceph: change from BUG to WARN for __remove_osd() asserts Ilya Dryomov
2014-11-05 17:49 ` [PATCH 0/3] __remove_osd() vs lingering requests Alex Elder
2014-11-05 18:42   ` Ilya Dryomov

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.