X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ftimerfd.c;h=113208c3a874085ed1d1817e8f2df6bdeb7a55bf;hb=fd56263c04ae975c4d3ca367d09fa521836b8799;hp=dffeb3795af1d4204f8554447dbb2d2c33992429;hpb=c0c463d34adf0c150e5e24fa412fa23f3f7ddc27;p=pandora-kernel.git diff --git a/fs/timerfd.c b/fs/timerfd.c index dffeb3795af1..113208c3a874 100644 --- a/fs/timerfd.c +++ b/fs/timerfd.c @@ -123,7 +123,7 @@ static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx) { ktime_t remaining; - remaining = hrtimer_expires_remaining(&ctx->tmr); + remaining = hrtimer_expires_remaining_adjusted(&ctx->tmr); return remaining.tv64 < 0 ? ktime_set(0, 0): remaining; }