linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] kernel/posix-timers.c: remove do_posix_clock_notimer_create()
@ 2006-01-26  9:50 Adrian Bunk
  2006-01-26 20:30 ` George Anzinger
  2006-01-26 21:36 ` Thomas Gleixner
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-01-26  9:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: george, linux-kernel

This function is neither used nor has any real contents.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 20 Jan 2006
- 7 Jan 2006

 include/linux/posix-timers.h |    1 -
 kernel/posix-timers.c        |    6 ------
 2 files changed, 7 deletions(-)

--- linux-2.6.15-mm2-full/include/linux/posix-timers.h.old	2006-01-07 23:13:08.000000000 +0100
+++ linux-2.6.15-mm2-full/include/linux/posix-timers.h	2006-01-07 23:13:17.000000000 +0100
@@ -84,7 +84,6 @@
 void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock);
 
 /* error handlers for timer_create, nanosleep and settime */
-int do_posix_clock_notimer_create(struct k_itimer *timer);
 int do_posix_clock_nonanosleep(const clockid_t, int flags, struct timespec *,
 			       struct timespec __user *);
 int do_posix_clock_nosettime(const clockid_t, struct timespec *tp);
--- linux-2.6.15-mm2-full/kernel/posix-timers.c.old	2006-01-07 23:13:25.000000000 +0100
+++ linux-2.6.15-mm2-full/kernel/posix-timers.c	2006-01-07 23:13:30.000000000 +0100
@@ -875,12 +875,6 @@
 }
 EXPORT_SYMBOL_GPL(do_posix_clock_nosettime);
 
-int do_posix_clock_notimer_create(struct k_itimer *timer)
-{
-	return -EINVAL;
-}
-EXPORT_SYMBOL_GPL(do_posix_clock_notimer_create);
-
 int do_posix_clock_nonanosleep(const clockid_t clock, int flags,
 			       struct timespec *t, struct timespec __user *r)
 {


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

* Re: [2.6 patch] kernel/posix-timers.c: remove do_posix_clock_notimer_create()
  2006-01-26  9:50 [2.6 patch] kernel/posix-timers.c: remove do_posix_clock_notimer_create() Adrian Bunk
@ 2006-01-26 20:30 ` George Anzinger
  2006-01-26 21:36 ` Thomas Gleixner
  1 sibling, 0 replies; 3+ messages in thread
From: George Anzinger @ 2006-01-26 20:30 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, linux-kernel

Adrian Bunk wrote:

>This function is neither used nor has any real contents.
>
>
>Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
>  
>
Looks good to me.
George (please note new address)

>---
>
>This patch was already sent on:
>- 20 Jan 2006
>- 7 Jan 2006
>
> include/linux/posix-timers.h |    1 -
> kernel/posix-timers.c        |    6 ------
> 2 files changed, 7 deletions(-)
>
>--- linux-2.6.15-mm2-full/include/linux/posix-timers.h.old	2006-01-07 23:13:08.000000000 +0100
>+++ linux-2.6.15-mm2-full/include/linux/posix-timers.h	2006-01-07 23:13:17.000000000 +0100
>@@ -84,7 +84,6 @@
> void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock);
> 
> /* error handlers for timer_create, nanosleep and settime */
>-int do_posix_clock_notimer_create(struct k_itimer *timer);
> int do_posix_clock_nonanosleep(const clockid_t, int flags, struct timespec *,
> 			       struct timespec __user *);
> int do_posix_clock_nosettime(const clockid_t, struct timespec *tp);
>--- linux-2.6.15-mm2-full/kernel/posix-timers.c.old	2006-01-07 23:13:25.000000000 +0100
>+++ linux-2.6.15-mm2-full/kernel/posix-timers.c	2006-01-07 23:13:30.000000000 +0100
>@@ -875,12 +875,6 @@
> }
> EXPORT_SYMBOL_GPL(do_posix_clock_nosettime);
> 
>-int do_posix_clock_notimer_create(struct k_itimer *timer)
>-{
>-	return -EINVAL;
>-}
>-EXPORT_SYMBOL_GPL(do_posix_clock_notimer_create);
>-
> int do_posix_clock_nonanosleep(const clockid_t clock, int flags,
> 			       struct timespec *t, struct timespec __user *r)
> {
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>  
>

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

* Re: [2.6 patch] kernel/posix-timers.c: remove do_posix_clock_notimer_create()
  2006-01-26  9:50 [2.6 patch] kernel/posix-timers.c: remove do_posix_clock_notimer_create() Adrian Bunk
  2006-01-26 20:30 ` George Anzinger
@ 2006-01-26 21:36 ` Thomas Gleixner
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2006-01-26 21:36 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, george, linux-kernel

On Thu, 2006-01-26 at 10:50 +0100, Adrian Bunk wrote:
> This function is neither used nor has any real contents.
> 
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>

Ack
	tglx



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

end of thread, other threads:[~2006-01-26 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-26  9:50 [2.6 patch] kernel/posix-timers.c: remove do_posix_clock_notimer_create() Adrian Bunk
2006-01-26 20:30 ` George Anzinger
2006-01-26 21:36 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).