The patch titled
     fallocate() on ia64
has been added to the -mm tree.  Its filename is
     fallocate-on-ia64.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: fallocate() on ia64
From: David Chinner <[EMAIL PROTECTED]>

ia64 fallocate syscall support.

Signed-off-by: Dave Chinner <[EMAIL PROTECTED]>
Cc: "Luck, Tony" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/ia64/kernel/entry.S  |    1 +
 include/asm-ia64/unistd.h |    1 +
 2 files changed, 2 insertions(+)

diff -puN arch/ia64/kernel/entry.S~fallocate-on-ia64 arch/ia64/kernel/entry.S
--- a/arch/ia64/kernel/entry.S~fallocate-on-ia64
+++ a/arch/ia64/kernel/entry.S
@@ -1588,5 +1588,6 @@ sys_call_table:
        data8 sys_signalfd
        data8 sys_timerfd
        data8 sys_eventfd
+       data8 sys_fallocate                     // 1310
 
        .org sys_call_table + 8*NR_syscalls     // guard against failures to 
increase NR_syscalls
diff -puN include/asm-ia64/unistd.h~fallocate-on-ia64 include/asm-ia64/unistd.h
--- a/include/asm-ia64/unistd.h~fallocate-on-ia64
+++ a/include/asm-ia64/unistd.h
@@ -299,6 +299,7 @@
 #define __NR_signalfd                  1307
 #define __NR_timerfd                   1308
 #define __NR_eventfd                   1309
+#define __NR_fallocate                 1310
 
 #ifdef __KERNEL__
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
git-xfs.patch
xfs-clean-up-shrinker-games.patch
mm-clean-up-and-kernelify-shrinker-registration.patch
fallocate-on-ia64.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to