[PATCH 6/9] rbd: get snapshot name for a v2 image

2012-09-07 Thread Alex Elder
Define rbd_dev_v2_snap_name() to fetch the name for a particular snapshot in a format 2 rbd image. Define rbd_dev_v2_snap_info() to to be a wrapper for getting the name, size, and features for a particular snapshot, using an interface that matches the equivalent function for version 1 images. Def

Re: [PATCH 6/9] rbd: get snapshot name for a v2 image

2012-09-19 Thread Josh Durgin
A couple small things, otherwise: Reviewed-by: Josh Durgin On 09/07/2012 02:14 PM, Alex Elder wrote: Define rbd_dev_v2_snap_name() to fetch the name for a particular snapshot in a format 2 rbd image. Define rbd_dev_v2_snap_info() to to be a wrapper for getting the name, size, and features for