From b0a3a3fda3f0993cd8c0e1b135bb569b6543e7c0 Mon Sep 17 00:00:00 2001 From: Pranith K Date: Thu, 14 Jul 2011 08:07:46 +0000 Subject: cluster/afr: Choose next call child from fresh-children for inode-read-fops Signed-off-by: Pranith Kumar K Signed-off-by: Anand Avati BUG: 2840 (files not getting self-healed when the first child goes down) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2840 --- xlators/cluster/afr/src/afr-dir-read.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xlators/cluster/afr/src/afr-dir-read.h') diff --git a/xlators/cluster/afr/src/afr-dir-read.h b/xlators/cluster/afr/src/afr-dir-read.h index 40c7b6aef..3143cb973 100644 --- a/xlators/cluster/afr/src/afr-dir-read.h +++ b/xlators/cluster/afr/src/afr-dir-read.h @@ -37,11 +37,6 @@ int32_t afr_readdirp (call_frame_t *frame, xlator_t *this, fd_t *fd, size_t size, off_t offset); -int32_t -afr_getdents (call_frame_t *frame, xlator_t *this, - fd_t *fd, size_t size, off_t offset, int32_t flag); - - int32_t afr_checksum (call_frame_t *frame, xlator_t *this, loc_t *loc, int32_t flags); -- cgit