File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,6 @@ void __io_commit_cqring_flush(struct io_ring_ctx *ctx)
626
626
}
627
627
628
628
static inline void __io_cq_lock (struct io_ring_ctx * ctx )
629
- __acquires (ctx - > completion_lock )
630
629
{
631
630
if (!ctx -> task_complete )
632
631
spin_lock (& ctx -> completion_lock );
@@ -646,7 +645,6 @@ static inline void io_cq_lock(struct io_ring_ctx *ctx)
646
645
647
646
/* keep it inlined for io_submit_flush_completions() */
648
647
static inline void __io_cq_unlock_post (struct io_ring_ctx * ctx )
649
- __releases (ctx - > completion_lock )
650
648
{
651
649
io_commit_cqring (ctx );
652
650
__io_cq_unlock (ctx );
@@ -655,7 +653,6 @@ static inline void __io_cq_unlock_post(struct io_ring_ctx *ctx)
655
653
}
656
654
657
655
static void __io_cq_unlock_post_flush (struct io_ring_ctx * ctx )
658
- __releases (ctx - > completion_lock )
659
656
{
660
657
io_commit_cqring (ctx );
661
658
You can’t perform that action at this time.
0 commit comments