All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5]   rbd: code cleanup
@ 2012-09-07 13:34 Alex Elder
  2012-09-07 13:39 ` [PATCH 1/5] rbd: define rbd_assert() Alex Elder
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alex Elder @ 2012-09-07 13:34 UTC (permalink / raw)
  To: ceph-devel

This second series consists of fairly simple bits of code cleanup.

It is available as branch "wip-rbd-review-2" on the ceph-client git
repository, and is based on the branch "wip-rbd-review-1".

    https://github.com/ceph/ceph-client/tree/wip-rbd-review-2

					-Alex

[PATCH 1/5]  a0f6877 rbd: define rbd_assert()
    This defines a new macro rbd_assert() that's used to express
    invariant properties assumed by the code.  If the property does
    not hold it triggers a BUG().  Everywhere that BUG_ON() had been
    used is replaced with an equivalent call to rbd_assert().
[PATCH 2/5]  a8aac82 rbd: rename rbd_id_get()
[PATCH 3/5]  12c5aa2 rbd: rename __rbd_init_snaps_header()
    These rename some symbols to align better with how their used.
[PATCH 4/5]  e8cb272 rbd: kill rbd_dev->q
[PATCH 5/5]  1557afc rbd: kill rbd_image_header->total_snaps
    These eliminate two struct fields, one which is unused and the
    other which is redundant and therefore not necessary.

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

end of thread, other threads:[~2012-09-07 18:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 13:34 [PATCH 0/5] rbd: code cleanup Alex Elder
2012-09-07 13:39 ` [PATCH 1/5] rbd: define rbd_assert() Alex Elder
2012-09-07 18:13   ` Josh Durgin
2012-09-07 13:39 ` [PATCH 2/5] rbd: rename rbd_id_get() Alex Elder
2012-09-07 18:14   ` Josh Durgin
2012-09-07 13:39 ` [PATCH 3/5] rbd: rename __rbd_init_snaps_header() Alex Elder
2012-09-07 18:16   ` Josh Durgin
2012-09-07 13:39 ` [PATCH 4/5] rbd: kill rbd_dev->q Alex Elder
2012-09-07 18:16   ` Josh Durgin
2012-09-07 13:39 ` [PATCH 5/5] rbd: kill rbd_image_header->total_snaps Alex Elder
2012-09-07 18:17   ` 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.