From: Bharata B Rao <bharata@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, stefanha@redhat.com,
Bharata B Rao <bharata@linux.vnet.ibm.com>
Subject: [Qemu-devel] [RFC PATCH v0 2/2] gluster: Remove unused defines and header include
Date: Wed, 29 Jan 2014 19:59:56 +0530 [thread overview]
Message-ID: <1391005796-5916-3-git-send-email-bharata@linux.vnet.ibm.com> (raw)
In-Reply-To: <1391005796-5916-1-git-send-email-bharata@linux.vnet.ibm.com>
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 <bharata@linux.vnet.ibm.com>
---
block/gluster.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/block/gluster.c b/block/gluster.c
index ba56005..1838373 100644
--- a/block/gluster.c
+++ b/block/gluster.c
@@ -9,7 +9,6 @@
*/
#include <glusterfs/api/glfs.h>
#include "block/block_int.h"
-#include "qemu/sockets.h"
#include "qemu/uri.h"
typedef struct GlusterAIOCB {
@@ -24,9 +23,6 @@ typedef struct BDRVGlusterState {
struct glfs_fd *fd;
} BDRVGlusterState;
-#define GLUSTER_FD_READ 0
-#define GLUSTER_FD_WRITE 1
-
typedef struct GlusterConf {
char *server;
int port;
--
1.7.11.7
next prev parent reply other threads:[~2014-01-29 14:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 14:29 [Qemu-devel] [RFC PATCH v0 0/2] gluster: licence change and cleanups Bharata B Rao
2014-01-29 14:29 ` [Qemu-devel] [RFC PATCH v0 1/2] gluster: Change licence to GPLv2+ Bharata B Rao
2014-01-30 9:30 ` Stefan Hajnoczi
2014-03-03 8:51 ` Bharata B Rao
2014-01-29 14:29 ` Bharata B Rao [this message]
2014-01-30 9:31 ` [Qemu-devel] [RFC PATCH v0 2/2] gluster: Remove unused defines and header include Stefan Hajnoczi
2014-03-03 9:16 ` [Qemu-devel] [RFC PATCH v0 0/2] gluster: licence change and cleanups Stefan Hajnoczi
2014-03-03 10:31 ` Kevin Wolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1391005796-5916-3-git-send-email-bharata@linux.vnet.ibm.com \
--to=bharata@linux.vnet.ibm.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).