]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: unify fsize with def->work_flags
authorJens Axboe <axboe@kernel.dk>
Tue, 20 Oct 2020 20:28:41 +0000 (14:28 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 20 Oct 2020 22:03:13 +0000 (16:03 -0600)
commitfb1cfafc0ffe09acc187e516dc3b44f0ac874910
tree71a9e5c958cabf76dbc553a5ba3128bfc14fe1c5
parentc15965cfe8ceeadb986d21b248cee0350817c316
io_uring: unify fsize with def->work_flags

This one was missed in the earlier conversion, should be included like
any of the other IO identity flags. Make sure we restore to RLIM_INIFITY
when dropping the personality again.

Fixes: 667f001bdcae ("io_uring: move io identity items into separate struct")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c
fs/io-wq.h
fs/io_uring.c