12 lines
324 B
Diff
12 lines
324 B
Diff
--- sun8i/fs/timerfd.c 2016-08-22 22:52:24.564481603 +0200
|
|
+++ sun8i-rt/fs/timerfd.c 2016-08-22 20:15:39.076373470 +0200
|
|
@@ -385,7 +385,7 @@ SYSCALL_DEFINE4(timerfd_settime, int, uf
|
|
break;
|
|
}
|
|
spin_unlock_irq(&ctx->wqh.lock);
|
|
- hrtimer_wait_for_timer(&ctx->tmr);
|
|
+ hrtimer_wait_for_timer(&ctx->t.tmr);
|
|
}
|
|
|
|
/*
|