commit | 69228338c9c3f0519f0daeca362a730130211c83 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Oct 20 14:28:41 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 20 16:03:13 2020 -0600 |
tree | 71a9e5c958cabf76dbc553a5ba3128bfc14fe1c5 | |
parent | 900fad45dc75c8af6015bc514cc11aa3d265426a [diff] |
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>