Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Kyle McMartin <kyle@mcmartin.ca>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] Fix fallocate on mips64 o32 ABI
Date: Fri, 28 Sep 2007 19:28:12 +0100	[thread overview]
Message-ID: <20070928182812.GC5933@linux-mips.org> (raw)
In-Reply-To: <20070928171520.GE22182@fattire.cabal.ca>

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

           reply	other threads:[~2007-09-28 18:28 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20070928171520.GE22182@fattire.cabal.ca>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070928182812.GC5933@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=kyle@mcmartin.ca \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox