Loading fs/aio.c +1 −1 Original line number Diff line number Diff line Loading @@ -625,7 +625,7 @@ void aio_complete(struct kiocb *iocb, long res, long res2) /* * Add a completion event to the ring buffer. Must be done holding * ctx->ctx_lock to prevent other code from messing with the tail * ctx->completion_lock to prevent other code from messing with the tail * pointer since we might be called from irq context. */ spin_lock_irqsave(&ctx->completion_lock, flags); Loading Loading
fs/aio.c +1 −1 Original line number Diff line number Diff line Loading @@ -625,7 +625,7 @@ void aio_complete(struct kiocb *iocb, long res, long res2) /* * Add a completion event to the ring buffer. Must be done holding * ctx->ctx_lock to prevent other code from messing with the tail * ctx->completion_lock to prevent other code from messing with the tail * pointer since we might be called from irq context. */ spin_lock_irqsave(&ctx->completion_lock, flags); Loading