| To: | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Subject: | Re: [PATCH] switch sibyte profiling driver to ->compat_ioctl |
| From: | Christoph Hellwig <hch@lst.de> |
| Date: | Tue, 20 Sep 2005 10:06:14 +0200 |
| Cc: | Christoph Hellwig <hch@lst.de>, Ralf Baechle <ralf@linux-mips.org>, Andrew Morton <akpm@osdl.org>, Linux/MIPS Development <linux-mips@linux-mips.org> |
| In-reply-to: | <Pine.LNX.4.62.0509200802570.2617@numbat.sonytel.be> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20050919150822.GB13478@lst.de> <Pine.LNX.4.62.0509200802570.2617@numbat.sonytel.be> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.3.28i |
On Tue, Sep 20, 2005 at 08:03:56AM +0200, Geert Uytterhoeven wrote: > 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. no, it's not. thanks for catching it :) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] switch sibyte profiling driver to ->compat_ioctl, Geert Uytterhoeven |
|---|---|
| Next by Date: | Re: CVS Update@linux-mips.org: linux, Jerry |
| Previous by Thread: | Re: [PATCH] switch sibyte profiling driver to ->compat_ioctl, Geert Uytterhoeven |
| Next by Thread: | Re: [PATCH] switch sibyte profiling driver to ->compat_ioctl, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |