From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: Re: [PATCH 1/2] hrtimer: export ktime_add_safe Date: Tue, 02 Jun 2009 08:39:45 +0300 Message-ID: <4A24BB21.3050402@nokia.com> References: <20090529150929.8912.33879.sendpatchset@localhost.localdomain> <20090529150938.8912.3443.sendpatchset@localhost.localdomain> <20090601195600.GF29610@elte.hu> Reply-To: Artem.Bityutskiy@nokia.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "linux-kernel@vger.kernel.org" , Peter Zijlstra , Thomas Gleixner , Arjan van de Ven , "linux-fsdevel@vger.kernel.org" , Steven Rostedt To: Ingo Molnar Return-path: Received: from smtp.nokia.com ([192.100.105.134]:39613 "EHLO mgw-mx09.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752184AbZFBFkj (ORCPT ); Tue, 2 Jun 2009 01:40:39 -0400 In-Reply-To: <20090601195600.GF29610@elte.hu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: ext Ingo Molnar wrote: > * Artem Bityutskiy wrote: >=20 >> From: Artem Bityutskiy >> Subject: [PATCH 1/2] hrtimer: export ktime_add_safe >> >> We want to use hrtimers in UBIFS (for write-buffer write-back timer)= =2E >> We need the 'hrtimer_set_expires_range_ns()', which is an in-line >> function which uses 'ktime_add_safe()'. >> >> Signed-off-by: Artem Bityutskiy >> --- >> kernel/hrtimer.c | 2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c >> index cb8a15c..18f6906 100644 >> --- a/kernel/hrtimer.c >> +++ b/kernel/hrtimer.c >> @@ -332,6 +332,8 @@ ktime_t ktime_add_safe(const ktime_t lhs, const = ktime_t rhs) >> return res; >> } >> =20 >> +EXPORT_SYMBOL_GPL(ktime_add_safe); >> + >=20 > Feel free to queue this up in your tree - it's trivial enough. >=20 > Acked-by: Ingo Molnar OK, thanks. --=20 Best Regards, Artem Bityutskiy (=D0=90=D1=80=D1=82=D1=91=D0=BC =D0=91=D0=B8=D1=82=D1=8E= =D1=86=D0=BA=D0=B8=D0=B9) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html