commit | d8a2c89c8636405ad0b234f111d22c00c37e452b | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Tue Mar 24 16:15:17 2015 +0300 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Apr 20 18:55:38 2015 +0300 |
tree | 7452f5e3d0c623bfe10feeb0aeabb699be56d620 | |
parent | 67c64eb742a49d3d3f5dcef75d0c32a3394e5519 [diff] |
rbd: mark block queue as non-rotational Set QUEUE_FLAG_NONROT. Following commit b277da0a8a59 ("block: disable entropy contributions for nonrot devices") we should also clear QUEUE_FLAG_ADD_RANDOM, but it's off by default for blk-mq drivers, so just note it in the comment. Also remove physical block size assignment - no sense in repeating defaults that are not going to change. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>