diff options
Diffstat (limited to 'block/as-iosched.c')
-rw-r--r-- | block/as-iosched.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/block/as-iosched.c b/block/as-iosched.c index 4c6fafbba933..71f0abb219ee 100644 --- a/block/as-iosched.c +++ b/block/as-iosched.c | |||
@@ -745,11 +745,13 @@ static int as_can_break_anticipation(struct as_data *ad, struct request *rq) | |||
745 | */ | 745 | */ |
746 | static int as_can_anticipate(struct as_data *ad, struct request *rq) | 746 | static int as_can_anticipate(struct as_data *ad, struct request *rq) |
747 | { | 747 | { |
748 | #if 0 /* disable for now, we need to check tag level as well */ | ||
748 | /* | 749 | /* |
749 | * SSD device without seek penalty, disable idling | 750 | * SSD device without seek penalty, disable idling |
750 | */ | 751 | */ |
751 | if (blk_queue_nonrot(ad->q)) | 752 | if (blk_queue_nonrot(ad->q)) axman |
752 | return 0; | 753 | return 0; |
754 | #endif | ||
753 | 755 | ||
754 | if (!ad->io_context) | 756 | if (!ad->io_context) |
755 | /* | 757 | /* |