summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-self-heal.h
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2016-05-19 16:24:09 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2016-05-20 02:55:55 -0700
commit6a51464cf4704e7d7fcbce8919a5ef386a9cfd53 (patch)
treea1518d12f36423f0b018bb950b15d3cc12d2093a /xlators/cluster/afr/src/afr-self-heal.h
parent8a71e498fdcedacd1a32e121b3e081c61ee57a2e (diff)
cluster/afr: Do not inode_link in afr
Race is explained at https://bugzilla.redhat.com/show_bug.cgi?id=1337405#c0 This patch also handles performing of self-heal with shd-pid. Also performs the healing with this->itable's inode rather than main itable. BUG: 1337405 Change-Id: Id657a6623b71998b027b1dff6af5bbdf8cab09c9 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Reviewed-on: http://review.gluster.org/14422 Smoke: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Krutika Dhananjay <kdhananj@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal.h')
-rw-r--r--xlators/cluster/afr/src/afr-self-heal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal.h b/xlators/cluster/afr/src/afr-self-heal.h
index becbe67e084..be787683c19 100644
--- a/xlators/cluster/afr/src/afr-self-heal.h
+++ b/xlators/cluster/afr/src/afr-self-heal.h
@@ -278,4 +278,7 @@ afr_locked_fill (call_frame_t *frame, xlator_t *this,
int
afr_choose_source_by_policy (afr_private_t *priv, unsigned char *sources,
afr_transaction_type type);
+
+int
+afr_selfheal_metadata_by_stbuf (xlator_t *this, struct iatt *stbuf);
#endif /* !_AFR_SELFHEAL_H */