diff options
| author | Pranith Kumar K <pranithk@gluster.com> | 2012-05-23 18:09:48 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2012-05-27 23:12:04 -0700 | 
| commit | 8df11080514f37e61c666c162c774d4bb02016f2 (patch) | |
| tree | e4bc4b87a0733eef5c66aa282da196f337bad1cc | |
| parent | d497922a725da0690e5c5c75911e59d30c5d53a1 (diff) | |
cluster/afr: Release inodelk on erase changelog failures
Change-Id: I58271e1ac5a116b5bc717d7cad9f03eb7dc8a1a4
BUG: 811551
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Reviewed-on: http://review.gluster.com/3416
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-data.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-data.c b/xlators/cluster/afr/src/afr-self-heal-data.c index 78798cba146..ba1c99bcb39 100644 --- a/xlators/cluster/afr/src/afr-self-heal-data.c +++ b/xlators/cluster/afr/src/afr-self-heal-data.c @@ -373,6 +373,9 @@ afr_sh_data_erase_pending_cbk (call_frame_t *frame, void *cookie,          if (call_count == 0) {                  if (sh->op_failed) { +                        if (sh->old_loop_frame) +                                sh_loop_finish (sh->old_loop_frame, this); +                        sh->old_loop_frame = NULL;                          afr_sh_data_fail (frame, this);                          goto out;                  }  | 
