diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-03-06 20:00:38 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2017-03-07 14:53:28 +0100 |
commit | a0dc0e2bfe543404c07258b2a2c4f9d53c0430b1 (patch) | |
tree | 01d5efe0ee24f964ae050fa07e4b0afa17ecd8b6 /include/qapi/string-input-visitor.h | |
parent | 48d7c4af06393b974b0a515ac9d1cc7346dbae23 (diff) | |
download | qemu-a0dc0e2bfe543404c07258b2a2c4f9d53c0430b1.zip qemu-a0dc0e2bfe543404c07258b2a2c4f9d53c0430b1.tar.gz qemu-a0dc0e2bfe543404c07258b2a2c4f9d53c0430b1.tar.bz2 |
sheepdog: Mark sd_snapshot_delete() lossage FIXME
sd_snapshot_delete() should delete the snapshot whose ID matches
@snapshot_id and whose name matches @name. But that's not what it
does. If @snapshot_id is a valid ID, it deletes the snapshot with
that ID, else it deletes the snapshot with that name. It doesn't use
@name at all. Add suitable FIXME comments, so someone who actually
knows Sheepdog can fix it.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/qapi/string-input-visitor.h')
0 files changed, 0 insertions, 0 deletions