qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH 20/25] block/nbd: Comment on discard/flush silen


From: Paolo Bonzini
Subject: Re: [Qemu-block] [PATCH 20/25] block/nbd: Comment on discard/flush silently failing
Date: Mon, 16 Mar 2015 15:51:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 16/03/2015 15:49, Max Reitz wrote:
>>>
>> Right, but a better model than block.c should be for example
>> block/raw-posix.c, which returns ENOTSUP (I checked now...).
> 
> Maybe we should catch ENOTSUP in bdrv_co_discard() and override it?

That's what it does:

        if (ret && ret != -ENOTSUP) {
            return ret;
        }

Returning 0 for NBD's flush_to_disk, by the way, is okay.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]