]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring: grab ->fs as part of async offload
authorJens Axboe <axboe@kernel.dk>
Fri, 28 Feb 2020 22:20:18 +0000 (15:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Mar 2020 15:43:31 +0000 (16:43 +0100)
commitcac68d12c531aa3010509a5a55a5dfd18dedaa80
treea7e72079a4dfa827d5a0dc1ddaf04d57c566de39
parentbfe3046ecafdd71ba6932deebe2eb357048b7bfc
io_uring: grab ->fs as part of async offload

[ Upstream commits 9392a27d88b9 and ff002b30181d ]

Ensure that the async work grabs ->fs from the queueing task if the
punted commands needs to do lookups.

We don't have these two commits in 5.4-stable:

ff002b30181d30cdfbca316dadd099c3ca0d739c
9392a27d88b9707145d713654eb26f0c29789e50

because they don't apply with the rework that was done in how io_uring
handles offload. Since there's no io-wq in 5.4, it doesn't make sense to
do two patches. I'm attaching my port of the two for 5.4-stable, it's
been tested. Please queue it up for the next 5.4-stable, thanks!

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/io_uring.c