| To: | Kyle McMartin <kyle@mcmartin.ca> |
|---|---|
| Subject: | Re: [PATCH] Fix fallocate on mips64 o32 ABI |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Fri, 28 Sep 2007 19:28:12 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <20070928171520.GE22182@fattire.cabal.ca> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20070928171520.GE22182@fattire.cabal.ca> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.14 (2007-02-12) |
On Fri, Sep 28, 2007 at 01:15:20PM -0400, Kyle McMartin wrote: > mips was mistakenly forgetting to use the fallocate compat wrapper, which I > noticed while cleaning up all the duplicate fallocate wrappers. > > Signed-off-by: Kyle McMartin <kyle@mcmartin.ca> > --- > arch/mips/kernel/scall64-o32.S | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S > index b3ed731..dd68afc 100644 > --- a/arch/mips/kernel/scall64-o32.S > +++ b/arch/mips/kernel/scall64-o32.S > @@ -525,5 +525,5 @@ sys_call_table: > PTR compat_sys_signalfd > PTR compat_sys_timerfd > PTR sys_eventfd > - PTR sys_fallocate /* 4320 */ > + PTR sys32_fallocate /* 4320 */ > .size sys_call_table,.-sys_call_table Thanks, applied. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] hugetlb: Fix clear_user_highpage arguments, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH] sb1250-mac: Driver model & phylib update, Andrew Morton |
| Previous by Thread: | [PATCH] hugetlb: Fix clear_user_highpage arguments, Ralf Baechle |
| Next by Thread: | Linux-2.6.20 malta board build with GCC-4.0.0 build error, KokHow.Teh |
| Indexes: | [Date] [Thread] [Top] [All Lists] |