commit | 971f839a7670197366c04e99472943532caeb0dc | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu Oct 25 23:34:41 2012 -0500 |
committer | Alex Elder <elder@inktank.com> | Tue Oct 30 08:34:29 2012 -0500 |
tree | 7e1a7edc3502a564939e3127c292d8e6d8e50534 | |
parent | 86992098e7fdb97d01feb51495a952b264a55b7c [diff] |
rbd: move snap info out of rbd_mapping struct Moving the snap_id and snap_name fields into the separate rbd_mapping structure was misguided. (And in time, perhaps we'll do away with that structure altogether...) Move these fields back into struct rbd_device. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>