]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
block: do not use REQ_FLUSH for tracking flush support
authorMike Christie <mchristi@redhat.com>
Sun, 5 Jun 2016 19:32:24 +0000 (14:32 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 7 Jun 2016 19:41:38 +0000 (13:41 -0600)
commita418090aa88b9b531ac1f504d6bb8c0e9b04ccb7
tree716d67920a87f973f6ed3bd2acdefec9ef781fa8
parent3a5e02ced11e22ecd9da3d6710afe15bcfee1d10
block: do not use REQ_FLUSH for tracking flush support

The last patch added a REQ_OP_FLUSH for request_fn drivers
and the next patch renames REQ_FLUSH to REQ_PREFLUSH which
will be used by file systems and make_request_fn drivers so
they can send a write/flush combo.

This patch drops xen's use of REQ_FLUSH to track if it supports
REQ_OP_FLUSH requests, so REQ_FLUSH can be deleted.

Signed-off-by: Mike Christie <mchristi@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Juergen Gross <kernel@pfupf.net>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/xen-blkfront.c