commit | f2303b1f8244d88ffca28d3be6166ce4835cc27a | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Feb 20 18:03:49 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Feb 20 19:02:45 2021 -0700 |
tree | 9d92dfc0a38ebe2c46fdc076d5e6524cb6ab197f | |
parent | e6cb007c45dedada0a847eaa486c49509d63b1e8 [diff] |
io_uring: keep generic rsrc infra generic io_rsrc_ref_quiesce() is a generic resource function, though now it was wired to allocate and initialise ref nodes with file-specific callbacks/etc. Keep it sane by passing in as a parameters everything we need for initialisations, otherwise it will hurt us badly one day. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>