public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Stas Sergeev <stsp@aknet.ru>
To: Linux kernel <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@osdl.org>
Subject: [patch] export hrtimer_forward
Date: Thu, 03 May 2007 21:57:42 +0400	[thread overview]
Message-ID: <463A2296.7000804@aknet.ru> (raw)

[-- 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

             reply	other threads:[~2007-05-03 18:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-03 17:57 Stas Sergeev [this message]
2007-05-03 18:57 ` [patch] export hrtimer_forward Peter Zijlstra
2007-05-03 19:10   ` Stas Sergeev
2007-05-03 23:58     ` Andrew Morton
2007-05-04 21:08       ` Thomas Gleixner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=463A2296.7000804@aknet.ru \
    --to=stsp@aknet.ru \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox