]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rbd: kill rbd_image_header->total_snaps
authorAlex Elder <elder@inktank.com>
Thu, 30 Aug 2012 19:42:15 +0000 (14:42 -0500)
committerAlex Elder <elder@inktank.com>
Mon, 1 Oct 2012 19:30:51 +0000 (14:30 -0500)
commitc9aadfe7860f83ee17e55fe17398f3fe948a0a84
tree37bf444e7bb006a7643050c6b33000797a76bae0
parent98cec111c08d8d52168e28648b4a1c2f5011cd70
rbd: kill rbd_image_header->total_snaps

The "total_snaps" field in an rbd header structure is never any
different from the value of "num_snaps" stored within a snapshot
context.  Avoid any confusion by just using the value held within
the snapshot context, and get rid of the "total_snaps" field.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c