diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-11-20 09:13:14 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-11-28 07:48:43 -0800 |
commit | f52dd9bf2005449f49acd5666a02594fb4c5ac6f (patch) | |
tree | 0c0b5c7e97009a1df0aaef76b9339978aeb508c7 /xlators/cluster/afr/src/afr.h | |
parent | 7ae082e9c519ea91540c4d49f9df44c4e6e9f39a (diff) |
cluster/afr: Update read-child if it becomes stale
Change-Id: I00c714a89575023f6dbdd3430dcbf191e5d08019
BUG: 3650
Reviewed-on: http://review.gluster.com/740
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r-- | xlators/cluster/afr/src/afr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index e7c948dba35..0566495fe96 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -970,7 +970,7 @@ int32_t afr_resultant_errno_get (int32_t *children, int *child_errno, unsigned int child_count); void -afr_inode_rm_stale_children (xlator_t *this, inode_t *inode, int32_t read_child, +afr_inode_rm_stale_children (xlator_t *this, inode_t *inode, int32_t *stale_children); void afr_launch_self_heal (call_frame_t *frame, xlator_t *this, inode_t *inode, |