]> xenbits.xensource.com Git - xenclient/kernel.git/commitdiff
imported patch fix-cfq-iscsi-live-lock.patch megaraid_sas-v00.00.03.21-rhel5-patch
authort_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)
committert_jeang <devnull@localhost>
Tue, 6 Jan 2009 12:06:00 +0000 (12:06 +0000)
block/cfq-iosched.c

index a8ac140b3e295f513478e14012bf3078e882b4e3..f4058f7ba056f8c6c1c5083cb5ca9cde98742dc8 100644 (file)
@@ -1047,7 +1047,7 @@ static struct cfq_queue *cfq_select_queue(struct cfq_data *cfqd)
        }
 
 expire:
-       cfq_slice_expired(cfqd, 0);
+       cfq_slice_expired(cfqd, 1);
 new_queue:
        cfqq = cfq_set_active_queue(cfqd);
 keep_queue: