diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-02-24 12:01:45 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-02-24 13:38:27 -0800 |
commit | ab2125df921d991a3c8a4fdcfe617ef6cad6b484 (patch) | |
tree | 162a4f8e7c945d4ec69f8c5272ef1baee99a43d2 /init | |
parent | 1f7ef657740344541645349a8bece90cbff898f5 (diff) | |
download | lwn-ab2125df921d991a3c8a4fdcfe617ef6cad6b484.tar.gz lwn-ab2125df921d991a3c8a4fdcfe617ef6cad6b484.zip |
mm/filemap: don't revert iter on -EIOCBQUEUED
Currently, if I/O is enqueued for async execution direct paths of
generic_file_{read,write}_iter() will always revert the iter. There are
no users expecting that, and that is also costly. Leave iterators as is
on -EIOCBQUEUED.
Link: https://lkml.kernel.org/r/f5247b60e7abbd2ff850cd108491f53a2e0c501a.1610207781.git.asml.silence@gmail.com
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions