From: Tejun Heo Date: Fri, 28 Nov 2008 04:32:02 +0000 (+0900) Subject: block: reorganize QUEUE_ORDERED_* constants X-Git-Tag: v2.6.29-rc1~569^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313e42999dbc0f234ca5909a236f78f082cb43b1;p=pandora-kernel.git block: reorganize QUEUE_ORDERED_* constants Separate out ordering type (drain,) and action masks (preflush, postflush, fua) from visible ordering mode selectors (QUEUE_ORDERED_*). Ordering types are now named QUEUE_ORDERED_BY_* while action masks are named QUEUE_ORDERED_DO_*. This change is necessary to add QUEUE_ORDERED_DO_BAR and make it optional to improve empty barrier implementation. Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed