commit | dc6ce4bc2b355a47f225a0205046b3ebf29a7f72 | [log] [tgz] |
---|---|---|
author | Jackie Liu <liuyun01@kylinos.cn> | Thu May 16 11:46:30 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu May 16 08:10:25 2019 -0600 |
tree | 78492c45930982a9d1fae0ce6eed67c2a92597b1 | |
parent | 2bbcd6d3b36a75a19be4917807f54ae32dd26aba [diff] |
io_uring: adjust smp_rmb inside io_cqring_events Whenever smp_rmb is required to use io_cqring_events, keep smp_rmb inside the function io_cqring_events. Signed-off-by: Jackie Liu <liuyun01@kylinos.cn> Signed-off-by: Jens Axboe <axboe@kernel.dk>