summaryrefslogtreecommitdiff
path: root/drivers/platform/wmi/tests/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2026-05-18 08:29:13 +0200
committerChristian Brauner <brauner@kernel.org>2026-05-18 14:22:38 +0200
commit47f28b493daf9049307494689e515205f1c377af (patch)
treeae38e174fb45276ed4e00cd57e6b69ac45c655fc /drivers/platform/wmi/tests/git@git.tavy.me:linux.git
parent5a78a15537d4f260275d404edf7da1dd2d7157db (diff)
iomap: don't make REQ_POLLED imply REQ_NOWAIT
As described in commit 2bc057692599 ("block: don't make REQ_POLLED imply REQ_NOWAIT"), which fixed the same issue for the block device node, there are valid cases to poll for I/O completion without REQ_NOWAIT. Additionally, sing REQ_NOWAIT for file system writes is currently not supported as file systems writes are not idempotent and would need a retry of just the bio and not the entire operation to be fully supported. Switch iomap to set REQ_POLLED and remove the now unused bio_set_polled helper. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://patch.msgid.link/20260518062917.506483-1-hch@lst.de Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'drivers/platform/wmi/tests/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions