commit | 188bd2b16b3c6ea87a90df20f33db0adcdb75f0c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 20 15:12:11 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri Oct 28 08:45:17 2016 -0600 |
tree | 6ccc9bf7bd7dbd03f73e3ed54ea997259400e588 | |
parent | bd1c1c21741cbd6e894960bcbc8b36f719590064 [diff] |
block: move REQ_RAHEAD to common flags The information that am I/O is a read-ahead can be useful for drivers. In fact the NVMe driver already checks it, even if it won't ever be set at the moment. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Shaun Tancheff <shaun.tancheff@seagate.com> Signed-off-by: Jens Axboe <axboe@fb.com>