]> Git Repo - linux.git/commit
rbd: kill rbd_image_header->snap_seq
authorAlex Elder <[email protected]>
Thu, 19 Jul 2012 13:49:18 +0000 (08:49 -0500)
committerSage Weil <[email protected]>
Tue, 31 Jul 2012 01:15:44 +0000 (18:15 -0700)
commit9e15dc735a7a0418be14e2deab44ddee369af857
tree3c6a2be1f96dcaf16b5416d189fd1e1edb169741
parent505cbb9bedc8c609c31d86ff4f8f656e5a0f9c49
rbd: kill rbd_image_header->snap_seq

The snap_seq field in an rbd_image_header structure held the value
from the rbd image header when it was last refreshed.  We now
maintain this value in the snapc->seq field.  So get rid of the
other one.

Signed-off-by: Alex Elder <[email protected]>
Reviewed-by: Josh Durgin <[email protected]>
drivers/block/rbd.c
This page took 0.053372 seconds and 4 git commands to generate.