Files
linux/fs
Christoph Hellwig ec3cad9690 [PATCH] move rtc compat ioctl handling to fs/compat_ioctl.c
This patch implements generic handling of RTC_IRQP_READ32, RTC_IRQP_SET32,
RTC_EPOCH_READ32 and RTC_EPOCH_SET32 in fs/compat_ioctl.c.  It's based on the
x86_64 code which needed a little massaging to be endian-clean.

parisc used COMPAT_IOCTL or generic w_long handlers for these whichce is wrong
and can't work because the ioctls encode sizeof(unsigned long) in their ioctl
number.  parisc also duplicated COMPAT_IOCTL entries for other rtc ioctls
which I remove in this patch, too.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Matthew Wilcox <matthew@wil.cx>
Acked-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-10 08:01:32 -08:00
..
2006-01-10 00:10:13 +01:00
2005-11-08 16:54:53 +01:00
2005-10-04 13:22:01 -07:00
2005-04-16 15:20:36 -07:00
2005-11-07 07:54:06 -08:00
2006-01-06 08:33:59 -08:00
2006-01-06 14:58:56 -05:00
2005-05-05 16:36:47 -07:00
2005-11-07 07:54:06 -08:00
2006-01-08 20:13:48 -08:00
2005-05-05 16:36:47 -07:00
2006-01-10 08:01:25 -08:00
2005-11-07 07:54:06 -08:00
2005-04-16 15:20:36 -07:00
2006-01-10 08:01:25 -08:00
2005-04-16 15:20:36 -07:00
2005-07-12 16:01:02 -07:00
2006-01-08 20:13:58 -08:00
2005-04-16 15:20:36 -07:00
2006-01-08 20:12:40 -08:00
2005-10-30 17:37:32 -08:00
2006-01-10 08:01:31 -08:00
2005-04-16 15:20:36 -07:00
2006-01-08 20:12:40 -08:00
2005-11-07 07:54:06 -08:00
2005-04-16 15:20:36 -07:00
2006-01-08 20:13:56 -08:00
2005-11-07 18:18:11 -08:00
2005-04-16 15:20:36 -07:00
2005-09-09 13:57:55 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00