| To: | Christoph Hellwig <hch@lst.de> |
|---|---|
| Subject: | Re: [PATCH] switch sibyte profiling driver to ->compat_ioctl |
| From: | Geert Uytterhoeven <geert@linux-m68k.org> |
| Date: | Tue, 20 Sep 2005 08:03:56 +0200 (CEST) |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Andrew Morton <akpm@osdl.org>, Linux/MIPS Development <linux-mips@linux-mips.org> |
| In-reply-to: | <20050919150822.GB13478@lst.de> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20050919150822.GB13478@lst.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, 19 Sep 2005, Christoph Hellwig wrote:
> --- linux-2.6.orig/arch/mips/sibyte/sb1250/bcm1250_tbprof.c 2005-09-18
> 13:46:52.000000000 +0200
> +++ linux-2.6/arch/mips/sibyte/sb1250/bcm1250_tbprof.c 2005-09-19
> 15:13:53.000000000 +0200
> @@ -364,7 +366,8 @@
> .open = sbprof_tb_open,
> .release = sbprof_tb_release,
> .read = sbprof_tb_read,
> - .ioctl = sbprof_tb_ioctl,
> + .unlocked_ioctl = sbprof_tb_ioctl,
> + .comapt_ioctl = sbprof_tb_ioctl,
^^^^^^^^^^^^
> .mmap = NULL,
> };
DISCLAIMER: I didn't check whether the spelling error is in the struct
definition as well.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] Fix TCP/UDP checksums on the Broadcom SB-1, Daniel Jacobowitz |
|---|---|
| Next by Date: | Re: [PATCH] switch sibyte profiling driver to ->compat_ioctl, Christoph Hellwig |
| Previous by Thread: | [PATCH] switch sibyte profiling driver to ->compat_ioctl, Christoph Hellwig |
| Next by Thread: | Re: [PATCH] switch sibyte profiling driver to ->compat_ioctl, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |