diff options
author | Jens Axboe <axboe@kernel.dk> | 2018-12-21 17:10:46 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-02-24 16:20:17 +0100 |
commit | 0bbb280d7b767e7c86a5adfc87c76a6f09ab0423 (patch) | |
tree | 5e2b9970b0144b91c5b8def73827aacca82845f4 /fs/gfs2 | |
parent | block: wire up block device iopoll method (diff) | |
download | linux-0bbb280d7b767e7c86a5adfc87c76a6f09ab0423.tar.xz linux-0bbb280d7b767e7c86a5adfc87c76a6f09ab0423.zip |
block: add bio_set_polled() helper
For the upcoming async polled IO, we can't sleep allocating requests.
If we do, then we introduce a deadlock where the submitter already
has async polled IO in-flight, but can't wait for them to complete
since polled requests must be active found and reaped.
Utilize the helper in the blockdev DIRECT_IO code.
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/gfs2')
0 files changed, 0 insertions, 0 deletions