summaryrefslogtreecommitdiffstats
path: root/glfs-operations.h
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-01-27 13:56:01 +0530
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-01-30 19:31:50 +0530
commitaa861a01de2f89aec61dddeba13b929222143a52 (patch)
tree01019844bc4fd093eacc07e720ad392e364eb8ae /glfs-operations.h
parentcd0957ca623eb048ed3c77e1b37b7316c1b238f5 (diff)
gluster-block: clean block_exec procedure
This was a hack to implement list and info commands, now that both list and info reads the metadata from the volume, we don't need block_exec anymore. Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'glfs-operations.h')
-rw-r--r--glfs-operations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glfs-operations.h b/glfs-operations.h
index 8fe1bd6..c2bf076 100644
--- a/glfs-operations.h
+++ b/glfs-operations.h
@@ -63,7 +63,7 @@ int
glusterBlockCreateEntry(blockCreateCli *blk, char *gbid);
int
-glusterBlockDeleteEntry(blockCreate *blk);
+glusterBlockDeleteEntry(char *volume, char *gbid);
struct glfs_fd *
glusterBlockCreateMetaLockFile(struct glfs *glfs);