commit | 820a5f3e94b9f8ea8c0c6125ce34b237ed67b1dc | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Mon Jul 09 21:04:24 2012 -0500 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 09:30:04 2012 -0700 |
tree | 0056a0c95a15a18de05e06846265a2f44c1b98f7 | |
parent | bf3e5ae1129ef18a702c14fbaac27aeb2fe25e62 [diff] |
rbd: dynamically allocate snapshot name There is no need to impose a small limit the length of the snapshot name recorded for an rbd image in a struct rbd_dev. Remove the limitation by allocating space for the snapshot name dynamically. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>