Move some REQ flags to the common bio/request area
authorMatthew Wilcox <willy@linux.intel.com>
Thu, 11 Aug 2011 08:36:03 +0000 (10:36 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 11 Aug 2011 08:36:03 +0000 (10:36 +0200)
REQ_SECURE, REQ_FLUSH and REQ_FUA may all be set on a bio as well as
on a request, so relocate them to the shared part of the enum.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Reviewed-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found