From 90c7c30c3aa9417793ae972b2b9051bc5200e7e4 Mon Sep 17 00:00:00 2001 From: Susant Palai Date: Mon, 24 Aug 2015 03:04:41 -0400 Subject: cluster/dht: avoid mknod on decommissioned brick Change-Id: I8c39ce38e257758e27e11ccaaff4798138203e0c BUG: 1256243 Signed-off-by: Susant Palai Reviewed-on: http://review.gluster.org/11998 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Raghavendra G --- xlators/cluster/dht/src/dht-common.h | 5 +++++ 1 file changed, 5 insertions(+) (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 a9bcdbd3141..6bf8ba1c406 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -1073,4 +1073,9 @@ dht_layout_missing_dirs (dht_layout_t *layout); int dht_refresh_layout (call_frame_t *frame); + +int +dht_build_parent_loc (xlator_t *this, loc_t *parent, loc_t *child, + int32_t *op_errno); + #endif/* _DHT_H */ -- cgit