Merge branch 'tracing/core-v2' into tracing-for-linus
[cascardo/linux.git] / kernel / relay.c
index edc0ba6..824b91a 100644 (file)
@@ -748,7 +748,7 @@ size_t relay_switch_subbuf(struct rchan_buf *buf, size_t length)
                         * from the scheduler (trying to re-grab
                         * rq->lock), so defer it.
                         */
-                       __mod_timer(&buf->timer, jiffies + 1);
+                       mod_timer(&buf->timer, jiffies + 1);
        }
 
        old = buf->data;