From 5ade1467e0cad9687134f25be2b37a667be8ae1a Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Mon, 18 Oct 2010 00:16:32 +0000 Subject: replicate: remove checks which prevented self-heal when open fds were present this check is not needed anymore since the introduction of changelog piggybacking as the optimization technique instead of first-write-to-flush technique Signed-off-by: Anand V. Avati Signed-off-by: Vijay Bellur BUG: 1235 (Bug for all pump/migrate commits) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235 --- xlators/cluster/afr/src/afr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/cluster/afr/src/afr.h') diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index 17310c8fd..a0861e5ba 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -222,7 +222,6 @@ typedef struct _afr_local { int32_t *child_errno; dict_t *xattr_req; - int open_fd_count; int32_t inodelk_count; int32_t entrylk_count; -- cgit