commit | f671620e7d895af221bdfeda751d54fa55ed9546 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Nov 28 13:32:04 2008 +0900 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 29 08:28:45 2008 +0100 |
tree | beeb843a4a356d94b6b4faec97e078b2a4ad1f09 | |
parent | a7384677b2f4cd40948fd7ce024ba5e1821444ba [diff] |
block: make every barrier action optional In all barrier sequences, the barrier write itself was always assumed to be issued and thus didn't have corresponding control flag. This patch adds QUEUE_ORDERED_DO_BAR and unify action mask handling in start_ordered() such that any barrier action can be skipped. This patch doesn't introduce any visible behavior changes. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>