From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIfzZ-0001rA-J0 for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:01:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIfzT-0005xm-Ju for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:01:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIfzT-0005xT-BQ for qemu-devel@nongnu.org; Wed, 26 Feb 2014 10:01:43 -0500 Date: Wed, 26 Feb 2014 10:00:36 -0500 From: Jeff Cody Message-ID: <20140226150036.GA4165@localhost.localdomain> References: <3a11a1884b2f90c0ab9138edc86bad0c283a3e4e.1392653229.git.jcody@redhat.com> <20140226145840.GA19713@stefanha-thinkpad.muc.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140226145840.GA19713@stefanha-thinkpad.muc.redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/2] block: gluster - code movements, state storage changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: kwolf@redhat.com, benoit.canet@irqsave.net, qemu-devel@nongnu.org, stefanha@redhat.com, bharata@linux.vnet.ibm.com On Wed, Feb 26, 2014 at 03:58:40PM +0100, Stefan Hajnoczi wrote: > On Mon, Feb 17, 2014 at 11:11:11AM -0500, Jeff Cody wrote: > > In preparation for supporting reopen on gluster, move flag > > parsing out to a function. Also, store open_flags and filename > > in the gluster state storage struct, and add a NULL check in the > > gconf cleanup. > > It no longer stores open_flags and filename in the gluster state storage > struct. I can fix this up when merging. Ah, yes. Thanks.