All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] Fix fallocate on mips64 o32 ABI
       [not found] <20070928171520.GE22182@fattire.cabal.ca>
@ 2007-09-28 18:28 ` Ralf Baechle
  0 siblings, 0 replies; only message in thread
From: Ralf Baechle @ 2007-09-28 18:28 UTC (permalink / raw)
  To: Kyle McMartin; +Cc: linux-mips

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-28 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070928171520.GE22182@fattire.cabal.ca>
2007-09-28 18:28 ` [PATCH] Fix fallocate on mips64 o32 ABI Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.