Re: [Qemu-devel] [PATCH v2 1/2] block: gluster - code movements, state storage changes

2014-02-26 Thread Jeff Cody
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, a

Re: [Qemu-devel] [PATCH v2 1/2] block: gluster - code movements, state storage changes

2014-02-26 Thread Stefan Hajnoczi
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_fla

[Qemu-devel] [PATCH v2 1/2] block: gluster - code movements, state storage changes

2014-02-17 Thread Jeff Cody
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. Signed-off-by: Jeff Cody --- block/gluster.c | 41 ++---