]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/io-wq.c
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)
commit69228338c9c3f0519f0daeca362a730130211c83
tree71a9e5c958cabf76dbc553a5ba3128bfc14fe1c5
parent900fad45dc75c8af6015bc514cc11aa3d265426a
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: 98447d65b4a7 ("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