|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [PATCH 06/12] nbd: support NBD_CMD_TRIM in the server |
Date: | Tue, 13 Sep 2011 17:14:03 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 |
On 09/13/2011 03:58 PM, Kevin Wolf wrote:
> + case NBD_CMD_TRIM: > + TRACE("Request type is TRIM"); > + bdrv_discard(bs, (request.from + dev_offset) / 512, > + request.len / 512);Errors are completely ignored? Does the NBD protocol not allow to return an error?
Actually it does, will fix. Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |