commit | 15c4f638f3d41bae52105ca4c0c8760afbcbeaab | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Oct 27 14:09:51 2015 +0900 |
committer | Jens Axboe <axboe@fb.com> | Sat Nov 07 10:40:47 2015 -0700 |
tree | 4de68193b0c318d6b1b00ec2a06ae40c8ec8069e | |
parent | a0fa9647a54e81883abd57c5c865d1747f68a577 [diff] |
directio: add block polling support This adds support for sync O_DIRECT read/write poll support. Signed-off-by: Jens Axboe <axboe@fb.com> [hch: split from a larger patch, minor updates] Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com>