login
Header Space

 
 

Re: [PATCH] [DCCP]: Convert do_gettimeofday() to getnstimeofday().

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <davem@...>
Cc: <acme@...>, <netdev@...>, <dccp@...>, <yoshfuji@...>
Date: Monday, April 21, 2008 - 10:40 pm

In article <20080421.142857.234288906.davem@davemloft.net> (at Mon, 21 Apr 2008 14:28:57 -0700 (PDT)), David Miller <davem@davemloft.net> says:


Sorry I have just realized set_normalized_timespec() (used in timespec_sub())
is not exported, and link will fail because of it...

What should I/we do?  Send the patch to LKML as well?

---

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
---
diff --git a/kernel/time.c b/kernel/time.c
index a5ec013..35d373a 100644
--- a/kernel/time.c
+++ b/kernel/time.c
@@ -379,6 +379,7 @@ void set_normalized_timespec(struct time
 	ts->tv_sec = sec;
 	ts->tv_nsec = nsec;
 }
+EXPORT_SYMBOL(set_normalized_timespec);
 
 /**
  * ns_to_timespec - Convert nanoseconds to timespec


--yoshfuji
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] [DCCP]: Convert do_gettimeofday() to getnstimeofday()., YOSHIFUJI Hideaki / , (Mon Apr 21, 3:22 am)
Re: [PATCH] [DCCP]: Convert do_gettimeofday() to getnstimeof..., Arnaldo Carvalho de Melo, (Mon Apr 21, 9:48 am)
Re: [PATCH] [DCCP]: Convert do_gettimeofday() to getnstimeof..., YOSHIFUJI Hideaki / , (Mon Apr 21, 10:40 pm)
speck-geostationary