All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] libceph clean up con_work()
@ 2013-02-20  0:51 Alex Elder
  2013-02-20  0:55 ` [PATCH 1/5] libceph: encapsulate connection backoff Alex Elder
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alex Elder @ 2013-02-20  0:51 UTC (permalink / raw)
  To: ceph-devel

This series cleans up con_work() a bit.  The original motivation
was to get rid of a warning issued by the sparse utility, but
addressing that required a little rework and it was fairly
straightforward once that was done to make that function
fairly simple.

The problem sparse reported was really due to sparse not
being able to follow the logic between multiple functions
that together implement locking.  The result of these
changes makes both acquiring and releasing the connection
mutex occur in con_work().

					-Alex

[PATCH 1/5] libceph: encapsulate connection backoff
[PATCH 2/5] libceph: separate non-locked fault handling
[PATCH 3/5] libceph: use a flag to indicate a fault has occurred
[PATCH 4/5] libceph: use a do..while loop in con_work()
[PATCH 5/5] libceph: indent properly

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

end of thread, other threads:[~2013-02-20  1:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20  0:51 [PATCH 0/5] libceph clean up con_work() Alex Elder
2013-02-20  0:55 ` [PATCH 1/5] libceph: encapsulate connection backoff Alex Elder
2013-02-20  0:55 ` [PATCH 2/5] libceph: separate non-locked fault handling Alex Elder
2013-02-20  0:56 ` [PATCH 3/5] libceph: use a flag to indicate a fault has occurred Alex Elder
2013-02-20  0:56 ` [PATCH 4/5] libceph: use a do..while loop in con_work() Alex Elder
2013-02-20  0:57 ` [PATCH 5/5] libceph: indent properly Alex Elder

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.