commit | 490b94be0282c3b67f56453628ff0aaae827a670 | [log] [tgz] |
---|---|---|
author | Kees Cook <kees.cook@canonical.com> | Thu May 05 18:02:12 2011 -0600 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu May 05 18:02:12 2011 -0600 |
tree | 8f77bbe2aac76f1cdd85f5fe0e6aad65db515f3b | |
parent | addd0a09fc06179f2e02b4221775d9ab265c9fc7 [diff] |
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>