]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring/io-wq: move RLIMIT_FSIZE to io-wq
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 15 Jul 2020 09:46:52 +0000 (12:46 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Jul 2020 19:00:44 +0000 (13:00 -0600)
commit06f1bd09169f5ea672c1aa308d7802556210aa6c
tree273c83477c1e50f57b5977716d7af23e3f2e5a83
parentd01bfd42981fc0f43947944717f15a32e0fdb9f4
io_uring/io-wq: move RLIMIT_FSIZE to io-wq

RLIMIT_SIZE in needed only for execution from an io-wq context, hence
move all preparations from hot path to io-wq work setup.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c
fs/io-wq.h
fs/io_uring.c