From f3b2305009b98de42c84e5b86668cf8b5f41e01f Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Wed, 22 Feb 2012 15:07:03 +0530 Subject: pump: Fixed undefined reference to fill_loc_info fn. Changed function to pump_fill_loc_info since its use is relevant only in pump's context. Change-Id: I5be1a908f88328f732dacfd7eac18f0c62f49eb8 BUG: 796066 Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.com/2796 Tested-by: Gluster Build System Reviewed-by: Pranith Kumar Karampuri Reviewed-by: Vijay Bellur --- xlators/cluster/afr/src/afr-self-heald.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/cluster/afr/src/afr-self-heald.h') diff --git a/xlators/cluster/afr/src/afr-self-heald.h b/xlators/cluster/afr/src/afr-self-heald.h index 44fd9f38566..57b29ce2dc4 100644 --- a/xlators/cluster/afr/src/afr-self-heald.h +++ b/xlators/cluster/afr/src/afr-self-heald.h @@ -48,9 +48,6 @@ void afr_build_root_loc (xlator_t *this, loc_t *loc); int afr_set_root_gfid (dict_t *dict); -inline void -afr_fill_loc_info (loc_t *loc, struct iatt *iatt, struct iatt *parent); - void afr_do_poll_self_heal (void *data); -- cgit