aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/basic/git:/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorCaleb Sander Mateos <csander@purestorage.com>2025-09-04 10:12:22 -0600
committerJens Axboe <axboe@kernel.dk>2025-09-04 17:22:24 -0600
commitc2685729fa5463e5fc493244a2ba7e260217fc76 (patch)
tree8de72fd3101265d8373f2448c5414e54d2d5ea1d /scripts/basic/git:/ssh:/git@git.zx2c4.com
parentio_uring/cmd: remove unused io_uring_cmd_iopoll_done() (diff)
downloadwireguard-linux-c2685729fa5463e5fc493244a2ba7e260217fc76.tar.xz
wireguard-linux-c2685729fa5463e5fc493244a2ba7e260217fc76.zip
io_uring: remove WRITE_ONCE() in io_uring_create()
There's no need to use WRITE_ONCE() to set ctx->submitter_task in io_uring_create() since no other task can access the io_ring_ctx until a file descriptor is associated with it. So use a normal assignment instead of WRITE_ONCE(). Signed-off-by: Caleb Sander Mateos <csander@purestorage.com> Link: https://lore.kernel.org/r/20250904161223.2600435-1-csander@purestorage.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/basic/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions