commit | a185eb4bc84155fff35b602ce99602c010de9634 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Nov 28 13:32:07 2008 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 29 08:28:45 2008 +0100 |
tree | e052052cbac813166b614325b32584d8bb9beff0 | |
parent | 58eea927d2de43dc6f03d1ba2c46e55854b31540 [diff] |
block: fix empty barrier on write-through w/ ordered tag Empty barrier on write-through (or no cache) w/ ordered tag has no command to execute and without any command to execute ordered tag is never issued to the device and the ordering is never achieved. Force draining for such cases. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>