public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] export hrtimer_forward
@ 2007-05-03 17:57 Stas Sergeev
  2007-05-03 18:57 ` Peter Zijlstra
  0 siblings, 1 reply; 5+ messages in thread
From: Stas Sergeev @ 2007-05-03 17:57 UTC (permalink / raw)
  To: Linux kernel; +Cc: Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

Hello.

It seems hrtimer_forward was forgotten to
export - other symbols of the hrtimers API
are already exported.
Unless I am missing something, using the
hrtimers without that function is problematic.

Andrew, could you please apply?

Signed-off-by: <stsp@aknet.ru>


[-- Attachment #2: exp_hrfwd.diff --]
[-- Type: text/x-patch, Size: 262 bytes --]

--- a/kernel/hrtimer.c	2007-04-27 13:00:25.000000000 +0400
+++ b/kernel/hrtimer.c	2007-05-03 17:27:40.000000000 +0400
@@ -666,6 +666,7 @@
 
 	return orun;
 }
+EXPORT_SYMBOL_GPL(hrtimer_forward);
 
 /*
  * enqueue_hrtimer - internal function to (re)start a timer

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-04 21:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03 17:57 [patch] export hrtimer_forward Stas Sergeev
2007-05-03 18:57 ` Peter Zijlstra
2007-05-03 19:10   ` Stas Sergeev
2007-05-03 23:58     ` Andrew Morton
2007-05-04 21:08       ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox