summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/performance/write-behind/src/write-behind.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c
index 1f9da9693..5a253388a 100644
--- a/xlators/performance/write-behind/src/write-behind.c
+++ b/xlators/performance/write-behind/src/write-behind.c
@@ -1253,9 +1253,6 @@ __wb_get_other_requests (list_head_t *list, list_head_t *other_requests)
list_add_tail (&request->other_requests,
other_requests);
count++;
-
- /* lets handle one at a time */
- break;
}
}