+ fallocate-on-ia64.patch added to -mm tree

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

 



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 <dgc@xxxxxxx>

ia64 fallocate syscall support.

Signed-off-by: Dave Chinner <dgc@xxxxxxx>
Cc: "Luck, Tony" <tony.luck@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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 dgc@xxxxxxx 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux