diff options
Diffstat (limited to 'xlators/performance/write-behind/src/write-behind.c')
| -rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index ab6b76cace8..e1d0e9aaf00 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -1283,14 +1283,14 @@ __wb_pick_unwinds(wb_inode_t *wb_inode, list_head_t *lies)          wb_inode->window_current += req->orig_size; +        wb_inode->gen++; +          if (!req->ordering.fulfilled) {              /* burden increased */              list_add_tail(&req->lie, &wb_inode->liability);              req->ordering.lied = 1; -            wb_inode->gen++; -              uuid_utoa_r(req->gfid, gfid);              gf_msg_debug(wb_inode->this->name, 0,                           "(unique=%" PRIu64  | 
