diff options
Diffstat (limited to 'xlators/performance/write-behind/src/write-behind.c')
| -rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index 9fc8391632b..bd62d2e2c8c 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -779,6 +779,7 @@ __wb_fulfill_request (wb_request_t *req)  		*/  	} +        list_del_init (&req->wip);  	__wb_request_unref (req);  }  | 
