Re: [PATCH] Fix fallocate on mips64 o32 ABI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx>
> ---
>  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


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux