On Wed, 11 Jul 2007 01:50:00 +0530 "Amit K. Arora" <[email protected]> wrote: > > --- linux-2.6.22.orig/arch/x86_64/ia32/sys_ia32.c > +++ linux-2.6.22/arch/x86_64/ia32/sys_ia32.c > @@ -879,3 +879,11 @@ asmlinkage long sys32_fadvise64(int fd, > return sys_fadvise64_64(fd, ((u64)offset_hi << 32) | offset_lo, > len, advice); > } > + > +asmlinkage long sys32_fallocate(int fd, int mode, unsigned offset_lo, > + unsigned offset_hi, unsigned len_lo, > + unsigned len_hi) Please call this compat_sys_fallocate in line with the powerpc version - it gives us a hint that maybe we should think about how to consolidate them. I know other stuff in that file is called sys32_ ... but it is time for a change :-) -- Cheers, Stephen Rothwell [email protected] http://www.canb.auug.org.au/~sfr/
Attachment:
pgp3RN72WTksr.pgp
Description: PGP signature
- Follow-Ups:
- Re: [PATCH 2/7] fallocate() implementation in i386, x86_64 and powerpc
- From: "Amit K. Arora" <[email protected]>
- Re: [PATCH 2/7] fallocate() implementation in i386, x86_64 and powerpc
- From: Heiko Carstens <[email protected]>
- Re: [PATCH 2/7] fallocate() implementation in i386, x86_64 and powerpc
- References:
- [PATCH 0/7][TAKE6] fallocate system call
- From: "Amit K. Arora" <[email protected]>
- [PATCH 2/7] fallocate() implementation in i386, x86_64 and powerpc
- From: "Amit K. Arora" <[email protected]>
- [PATCH 0/7][TAKE6] fallocate system call
- Prev by Date: Re: [patch 09/10] Remove the SLOB allocator for 2.6.23
- Next by Date: Re: queued spinlock code and results
- Previous by thread: [PATCH 2/7] fallocate() implementation in i386, x86_64 and powerpc
- Next by thread: Re: [PATCH 2/7] fallocate() implementation in i386, x86_64 and powerpc
- Index(es):