summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.h
diff options
context:
space:
mode:
authorVikas Gorur <vikas@gluster.com>2009-11-24 07:41:36 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-11-24 05:23:04 -0800
commit3fe840d93730f1f7feef053e58dfbc40f99cae04 (patch)
treea23495e515d611e062f80d30ba3217f3565407d3 /xlators/cluster/afr/src/afr.h
parent4a43031ce0f045b673a50159dce5316bcae825ee (diff)
cluster/afr: Fix inode context bitmasks.
Set opendir_done and split_brain flags correctly in the inode context. Signed-off-by: Vikas Gorur <vikas@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 249 (Self heal of a file that does not exist on the first subvolume) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=249
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r--xlators/cluster/afr/src/afr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h
index 2d497afe1d8..3bd8a458bc2 100644
--- a/xlators/cluster/afr/src/afr.h
+++ b/xlators/cluster/afr/src/afr.h
@@ -551,10 +551,10 @@ int
afr_frame_return (call_frame_t *frame);
void
-afr_set_split_brain (xlator_t *this, inode_t *inode, int32_t split_brain);
+afr_set_split_brain (xlator_t *this, inode_t *inode);
void
-afr_set_opendir_done (xlator_t *this, inode_t *inode, int32_t opendir_done);
+afr_set_opendir_done (xlator_t *this, inode_t *inode);
uint64_t
afr_is_opendir_done (xlator_t *this, inode_t *inode);