diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2012-06-07 10:57:53 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-06-09 09:15:16 -0700 |
commit | 2533d2b56be0f61b498a62478714036310704a25 (patch) | |
tree | 3eda2a3202a8477040d112a2868806788694702f /xlators/cluster/afr/src/afr-self-heal-algorithm.h | |
parent | c693d3b1414dba7066b44fa69c26c300f4906746 (diff) |
cluster/afr: Handle self-heal of files with holesv3.2.7qa2
Change-Id: I7a560b3633151c9c1e5a787d1c808d8a396ee754
BUG: 765424
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/3540
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-algorithm.h')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-algorithm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-algorithm.h b/xlators/cluster/afr/src/afr-self-heal-algorithm.h index 2790dbc6a52..59c928d9fad 100644 --- a/xlators/cluster/afr/src/afr-self-heal-algorithm.h +++ b/xlators/cluster/afr/src/afr-self-heal-algorithm.h @@ -39,7 +39,6 @@ typedef struct { struct sh_diff_loop_state { off_t offset; - unsigned char *write_needed; uint8_t *checksum; gf_boolean_t active; }; |