commit | 8e4bf84474960e832b56293c9b0674c88b5b05ce | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Thu Aug 11 10:36:03 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Aug 11 10:36:03 2011 +0200 |
tree | b26ea750eaeda530a4b563d1f005dc5a1cac9510 | |
parent | 40bb96ade4ef1549f387625589175def31dc9023 [diff] |
Move some REQ flags to the common bio/request area 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>