From 40b0bf5fc01a17e9a1628cd9ff537b7e15353958 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 12 Mar 2014 19:56:08 +0530 Subject: storage/bd: Fix allocations/deallocations Change-Id: I39c9eb083fc1c144fe6f011dd983b877fbbff0f7 BUG: 1075717 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/7230 Reviewed-by: Anand Avati Tested-by: Anand Avati --- xlators/storage/bd/src/bd.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xlators/storage/bd/src/bd.h') diff --git a/xlators/storage/bd/src/bd.h b/xlators/storage/bd/src/bd.h index f59bc6a09..5307ca407 100644 --- a/xlators/storage/bd/src/bd.h +++ b/xlators/storage/bd/src/bd.h @@ -92,13 +92,6 @@ typedef char bd_gfid_t[GF_UUID_BUF_SIZE]; -enum gf_bd_mem_types_ { - gf_bd_private = gf_common_mt_end + 1, - gf_bd_attr, - gf_bd_fd, - gf_bd_mt_end -}; - /** * bd_fd - internal structure */ -- cgit