commit | 589d7ed02ade0d06a3510da2e15a7edfdb2ef3d8 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Sep 03 11:56:16 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Fri Sep 10 12:35:36 2010 +0200 |
tree | 30b5f242f44d168be44da37878ea3ba3bd5f659a | |
parent | 0da2f50944976e890ccc9436ab88c0da87788d02 [diff] |
block/loop: queue ordered mode should be DRAIN_FLUSH loop implements FLUSH using fsync but was incorrectly setting its ordered mode to DRAIN. Change it to DRAIN_FLUSH. In practice, this doesn't change anything as loop doesn't make use of the block layer ordered implementation. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>