summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.h
diff options
context:
space:
mode:
authorAnand Avati <avati@gluster.com>2010-09-29 06:53:35 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-29 06:34:42 -0700
commit0dc7064bd6047e9283d873f418d2e0a4e0ba29e6 (patch)
tree537f305c8a0744acb55aba09a1ebbef68b8400c2 /xlators/cluster/afr/src/afr.h
parentb8c42e5cef817bdd0270b1991c0a365aa321f7cc (diff)
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 some of the self-healing issues with NFS mounts should be resolved Signed-off-by: Anand V. Avati <avati@amp.gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1235 (Bug for all pump/migrate commits) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r--xlators/cluster/afr/src/afr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h
index e64a6fe1529..26f2c989f4e 100644
--- a/xlators/cluster/afr/src/afr.h
+++ b/xlators/cluster/afr/src/afr.h
@@ -293,7 +293,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;