commit | 28e18d0188b9e3ab82ebd09d9b1d1c7f8d1822aa | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Fri Jul 09 09:38:24 2010 +0900 |
committer | Jens Axboe <jaxboe@fusionio.com> | Sat Aug 07 18:52:40 2010 +0200 |
tree | cad96b3566ee8da92003689cdba800f8a4f7ca04 | |
parent | 3b06c21e8462b77186613e70db286cfa8616088b [diff] |
block: set REQ_TYPE_FS on flush requests the block layer doesn't set rq->cmd_type on flush requests. By definition, it should be REQ_TYPE_FS (the lower layers build a command and interpret the result of it, that is, the block layer doesn't know the details). Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>