From 6123265556e54891369cc79a72b670a4b23a8a41 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Thu, 16 Feb 2012 14:47:27 +0530 Subject: cluster/dht: Handle get cached/hashed subvol failures gracefully Change-Id: I7a41c2876be04acd166b2004d9aa66af078d32ea BUG: 790328 Signed-off-by: shishir gowda Reviewed-on: http://review.gluster.com/2757 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- xlators/cluster/dht/src/dht-common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators/cluster/dht/src/dht-common.h') diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index d97ef9f5853..e44c947ddf2 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -265,8 +265,6 @@ typedef struct dht_disk_layout dht_disk_layout_t; #define ENTRY_MISSING(op_ret, op_errno) (op_ret == -1 && op_errno == ENOENT) -#define is_fs_root(loc) (strcmp (loc->path, "/") == 0) - #define is_revalidate(loc) (inode_ctx_get (loc->inode, this, NULL) == 0) #define is_last_call(cnt) (cnt == 0) -- cgit