From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SegBN-00074z-So for qemu-devel@nongnu.org; Wed, 13 Jun 2012 01:31:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SegBM-0004EQ-3m for qemu-devel@nongnu.org; Wed, 13 Jun 2012 01:31:53 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:55786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SegBL-0004Dy-RR for qemu-devel@nongnu.org; Wed, 13 Jun 2012 01:31:52 -0400 Received: by wibhn14 with SMTP id hn14so4949373wib.4 for ; Tue, 12 Jun 2012 22:31:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FD825C1.3020802@redhat.com> Date: Wed, 13 Jun 2012 07:31:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1339498208-11390-1-git-send-email-pbonzini@redhat.com> <1339498208-11390-3-git-send-email-pbonzini@redhat.com> <20120612210536.GB11828@illuin> In-Reply-To: <20120612210536.GB11828@illuin> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-ga: add guest-fstrim command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: mprivozn@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com 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