From d8076adffc73a4d0e1c015206cbccb110b526067 Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Tue, 15 Dec 2015 18:28:01 +0100 Subject: [PATCH] fixed compile error --- fs/timerfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/timerfd.c b/fs/timerfd.c index 05cc589a7e8..f3b4797955e 100644 --- a/fs/timerfd.c +++ b/fs/timerfd.c @@ -380,7 +380,7 @@ static int do_timerfd_settime(int ufd, int flags, break; } spin_unlock_irq(&ctx->wqh.lock); - hrtimer_wait_for_timer(&ctx->tmr); + hrtimer_wait_for_timer(&ctx->t.tmr); } /* -- GitLab