diff options
author | David Chinner <dgc@sgi.com> | 2007-07-16 05:33:40 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-07-19 20:48:00 (GMT) |
commit | 3d7559e677deafefe134f36c1e75f9119b956672 (patch) | |
tree | 1c675af73308f5eab0568945463850c051900a55 /include | |
parent | 275afcac9953ece0828972edeab9684cfe1a5ef3 (diff) | |
download | linux-3d7559e677deafefe134f36c1e75f9119b956672.tar.xz |
[IA64] fallocate system call
sys_fallocate for ia64. This uses an empty slot #1303 erroneously
marked as reserved for move_pages (which had already been allocated
as syscall #1276)
Signed-Off-By: Dave Chinner <dgc@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ia64/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h index 441c9e0..315f8de 100644 --- a/include/asm-ia64/unistd.h +++ b/include/asm-ia64/unistd.h @@ -292,7 +292,7 @@ #define __NR_sync_file_range 1300 #define __NR_tee 1301 #define __NR_vmsplice 1302 -/* 1303 reserved for move_pages */ +#define __NR_fallocate 1303 #define __NR_getcpu 1304 #define __NR_epoll_pwait 1305 #define __NR_utimensat 1306 |