diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-02-06 12:34:17 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-02-06 09:25:42 -0800 |
commit | 3a141cda38cd6908dc3f1103a02eb38007552e87 (patch) | |
tree | 948a1044b637b4be870c7aa0e6b75fe066da0eb6 /xlators/cluster/afr/src/afr.h | |
parent | e0a331c4bea8713a67a0f8c5dc4bac1e6f81f358 (diff) |
cluster/afr: Avoid priv->eager_lock value update race
Change-Id: I7049c0c64e36a9dfa4cc0e0b34de7ec111d2f6c1
BUG: 908302
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4076
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r-- | xlators/cluster/afr/src/afr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index 9405ff29512..cc0d0107763 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -655,6 +655,7 @@ typedef struct _afr_local { struct { off_t start, len; + gf_boolean_t eager_lock_on; int *eager_lock; char *basename; |