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)
commit490b94be0282c3b67f56453628ff0aaae827a670
tree8f77bbe2aac76f1cdd85f5fe0e6aad65db515f3b
parentaddd0a09fc06179f2e02b4221775d9ab265c9fc7
iosched: remove redundant sprintf

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>
block/elevator.c