commit | 9974ae56e3da12c27d5ff55c54962c98397017f5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Oct 19 11:33:29 2017 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Oct 19 11:33:29 2017 -0600 |
tree | eeaf658575d43ea91e504b539fd56c53a8574f3e | |
parent | 73d3393ada4f70fa3df5639c8d438f2f034c0ecb [diff] |
block: add REQ_OP_FLAGS_ODIRECT We have a couple of places where we check for REQ_SYNC | REQ_IDLE as an indicator for an O_DIRECT write. Let's formally define a REQ_OP_FLAGS_ODIRECT so that we ensure that the places setting it and checking it are always in sync. Signed-off-by: Jens Axboe <axboe@kernel.dk>