> +static int qemu_rbd_snap_remove(BlockDriverState *bs, > + const char *snapshot_name) > +{ > + BDRVRBDState *s = bs->opaque; > + int r; > + > + r = rbd_snap_remove(s->image, snapshot_name); > + r = rbd_snap_rollback(s->image, snapshot_name); Have these functions been available since day 1 in librbd or should they get a version checks like the cache flush call? -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html