diff --git a/fs/io_uring.c b/fs/io_uring.c index 3671a654a146970c9063fb6abd883e284e052752..d3c57ee233fe78d5f64e600a0e5c8019306b5292 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -1798,12 +1798,6 @@ static void io_commit_sqring(struct io_ring_ctx *ctx) * write new data to them. */ smp_store_release(&ring->r.head, ctx->cached_sq_head); - - /* - * write side barrier of head update, app has read side. See - * comment at the top of this file - */ - smp_wmb(); } }