From 42a0889d93450e6f1f3472ec0818e678412346c2 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Sun, 1 Apr 2012 15:48:26 +0530 Subject: cluster/afr: Handle self-heal of files with holes Change-Id: I6c04fe3022f234455d52620f42b9add80fc6abe4 BUG: 765424 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.com/3065 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/cluster/afr/src/afr-self-heal-algorithm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/cluster/afr/src/afr-self-heal-algorithm.h') diff --git a/xlators/cluster/afr/src/afr-self-heal-algorithm.h b/xlators/cluster/afr/src/afr-self-heal-algorithm.h index 04d8e8a6..27d3d171 100644 --- a/xlators/cluster/afr/src/afr-self-heal-algorithm.h +++ b/xlators/cluster/afr/src/afr-self-heal-algorithm.h @@ -20,7 +20,6 @@ #ifndef __AFR_SELF_HEAL_ALGORITHM_H__ #define __AFR_SELF_HEAL_ALGORITHM_H__ - typedef int (*afr_sh_algo_fn) (call_frame_t *frame, xlator_t *this); -- cgit