iosched: remove redundant sprintf
authorKees Cook <kees.cook@canonical.com>
Fri, 6 May 2011 00:02:12 +0000 (18:02 -0600)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 6 May 2011 00:02:12 +0000 (18:02 -0600)
After the anticipatory scheduler was dropped, there was no need to
special-case the request_module string. As such, drop the redundant
sprintf and stack variable.

Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found