Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=422efb17eee0471baf4e1876ac9e8ba4c9e7a37a
Commit:     422efb17eee0471baf4e1876ac9e8ba4c9e7a37a
Parent:     9ae6399f0178c49a6e9cb7562ecc2f7d10c9f195
Author:     Kyle McMartin <[EMAIL PROTECTED]>
AuthorDate: Fri Sep 28 13:15:20 2007 -0400
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri Sep 28 19:27:20 2007 +0100

    [MIPS] Fix fallocate on o32 binary compat ABI
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to