diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-04-01 15:43:48 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-04-11 19:30:34 -0600 |
commit | 215c39026023dbfb4026b670c318371252be909f (patch) | |
tree | 5629e071a13a718768d712deb1c1798e64ad6d85 /tools/perf/scripts/python/stackcollapse.py | |
parent | 28a9fe2521348ee350b65ae89e63c1def87b0cb6 (diff) |
io_uring: remove useless is_dying check on quiesce
rsrc_data refs should always be valid for potential submitters,
io_rsrc_ref_quiesce() restores it before unlocking, so
percpu_ref_is_dying() check in io_sqe_files_unregister() does nothing
and misleading. Concurrent quiesce is prevented with
struct io_rsrc_data::quiesce.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/bf97055e1748ee3a382e66daf384a469eb90b931.1617287883.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions