commit | 484fc254b88257a2d8b3759aa062e8e8b35e0988 | [log] [tgz] |
---|---|---|
author | Wang Sheng-Hui <shhuiw@gmail.com> | Thu Sep 08 12:32:14 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Mon Sep 12 08:59:20 2011 +0200 |
tree | d46d04f9a25a223d46eb94a28ae61542dde236d7 | |
parent | 322a8b034003c0d46d39af85bf24fee27b902f48 [diff] |
elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevator We have ELV_NAME_MAX defined to 16, and hence we should use it instead of the magic nubmer 16 for elevator's name string. Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>