Am 27.06.2013 um 15:11 hat Peter Lieven geschrieben: > if the target does not support UNMAP or the request > is too big silently ignore the discard request. > > Signed-off-by: Peter Lieven <p...@kamp.de>
Why not loop for the "too big" case? You can probably use the same logic for unmapping the whole device in .bdrv_create and here. Kevin