[PATCH] as-iosched tunable encoding fix
authorJens Axboe <axboe@suse.de>
Wed, 27 Jul 2005 18:43:37 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:25:50 +0000 (16:25 -0700)
commitc9b3ad673460fc997a652cd58aa3a345d40e5218
treea91d0f452ccfe72fb2cb4c2db75cddc36a2ef21d
parentef2a701d444a4ea9790146e92756b0dde5070a15
[PATCH] as-iosched tunable encoding fix

AS is doing internal msec<->jiffies conversions twice, so the sysfs tunables
which represent time are coming out wrong.  The switch from HZ=1000 exposed
this.

Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/block/as-iosched.c