qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] qemu-ga: add guest-fstrim command


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-ga: add guest-fstrim command
Date: Wed, 13 Jun 2012 07:31:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0

Il 12/06/2012 23:05, Michael Roth ha scritto:
> The FsMount* stuff is still only declared if CONFIG_FSFREEZE is defined,
> we'll need to make sure those are declared when CONFIG_FSTRIM is defined
> as well.

Shouldn't be a problem in practice as FIFREEZE is older:

fcccf502 (Takashi Sato          2009-01-09 16:40:59 -0800  332) #define 
FIFREEZE        _IOWR('X', 119, int)    /* Freeze */
fcccf502 (Takashi Sato          2009-01-09 16:40:59 -0800  333) #define FITHAW  
        _IOWR('X', 120, int)    /* Thaw */
367a51a3 (Lukas Czerner         2010-10-27 21:30:11 -0400  334) #define FITRIM  
        _IOWR('X', 121, struct fstrim_range)    /* Trim */

but I will fix it together with the version number.

Paolo




reply via email to

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