diff options
Diffstat (limited to 'libglusterfs/src/syncop-utils.c')
| -rw-r--r-- | libglusterfs/src/syncop-utils.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/syncop-utils.c b/libglusterfs/src/syncop-utils.c index 2f3b50f18cd..349fa92d64f 100644 --- a/libglusterfs/src/syncop-utils.c +++ b/libglusterfs/src/syncop-utils.c @@ -187,8 +187,10 @@ syncop_ftw_throttle (xlator_t *subvol, loc_t *loc, int pid, void *data,                              !strcmp (entry->d_name, ".."))                                  continue; -                        if (++tmp >= count) +                        if (++tmp >= count) { +                                tmp = 0;                                  sleep (sleep_time); +                        }                          gf_link_inode_from_dirent (NULL, fd->inode, entry);  | 
