Re: [Qemu-devel] [RFC PATCH v0 2/2] gluster: Remove unused defines and header include

2014-01-30 Thread Stefan Hajnoczi
On Wed, Jan 29, 2014 at 07:59:56PM +0530, Bharata B Rao wrote: > Remove the definitions of GLUSTER_FD_WRITE and GLUSTER_FD_READ which are > no longer used. Also sockets.h isn't needed any more. > > Signed-off-by: Bharata B Rao > --- > block/gluster.c | 4 > 1 file changed, 4 deletions(-) R

[Qemu-devel] [RFC PATCH v0 2/2] gluster: Remove unused defines and header include

2014-01-29 Thread Bharata B Rao
Remove the definitions of GLUSTER_FD_WRITE and GLUSTER_FD_READ which are no longer used. Also sockets.h isn't needed any more. Signed-off-by: Bharata B Rao --- block/gluster.c | 4 1 file changed, 4 deletions(-) diff --git a/block/gluster.c b/block/gluster.c index ba56005..1838373 100644 -