diff options
author | Raghavendra G <raghavendra@gluster.com> | 2010-03-26 02:41:58 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-03-29 04:29:48 -0700 |
commit | cf99ded428cfdf562d5cd220c77dfc8b4617d9d8 (patch) | |
tree | f385a8059e156d1df1729d87ae57e48edd40151f /xlators | |
parent | 440bf123be4933d7268dbf558135ca341c6467be (diff) |
performance/write-behind: Resume all the consecutive non-write operations in the request queue in a single go.
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 740 (read-ahead does not work to its full potential when loaded on top of write-behind)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=740
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 3 |
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 8b627a548d9..3cbfc497591 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -1542,9 +1542,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; } } |