From 2bc744d7c737f025e970d3e708a81779c45a8b06 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 20 Feb 2011 20:17:00 +0000 Subject: [PATCH] Fix flags of fallocate sysentries * linux/*/syscallent.h: Fix sys_fallocate flags. --- linux/alpha/syscallent.h | 2 +- linux/arm/syscallent.h | 2 +- linux/bfin/syscallent.h | 2 +- linux/hppa/syscallent.h | 2 +- linux/i386/syscallent.h | 2 +- linux/m68k/syscallent.h | 2 +- linux/mips/syscallent.h | 10 +++++----- linux/powerpc/syscallent.h | 2 +- linux/s390/syscallent.h | 2 +- linux/s390x/syscallent.h | 2 +- linux/sh/syscallent.h | 2 +- linux/sh64/syscallent.h | 2 +- linux/sparc/syscallent.h | 2 +- linux/tile/syscallent.h | 2 +- linux/x86_64/syscallent.h | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index e13862c4..a0828cc3 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -508,7 +508,7 @@ { 4, TD, sys_timerfd, "timerfd" }, /* 477 */ { 1, TD, sys_eventfd, "eventfd" }, /* 478 */ { 5, TN, sys_recvmmsg, "recvmmsg" }, /* 479 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 480 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 480 */ { 2, TD, sys_timerfd_create, "timerfd_create" }, /* 481 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 482 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 483 */ diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index daf53e9a..6aec02b2 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -382,7 +382,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 349 */ { 4, TD, sys_timerfd, "timerfd" }, /* 350 */ { 1, TD, sys_eventfd, "eventfd" }, /* 351 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 352 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 352 */ { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 353 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 354 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 355 */ diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index 0550aa57..209e58f7 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -384,7 +384,7 @@ { 5, TD, sys_fadvise64, "fadvise64" }, /* 353 */ { 2, 0, printargs, "set_robust_list" }, /* 354 */ { 3, 0, printargs, "get_robust_list" }, /* 355 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 356 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 356 */ { 5, TI, sys_semtimedop, "semtimedop" }, /* 357 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 358 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 359 */ diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 542425a6..8f20bc0a 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -310,7 +310,7 @@ { 3, TD, printargs, "signalfd" }, /* 302 */ { 4, TD, printargs, "timerfd" }, /* 303 */ { 1, TD, sys_eventfd, "eventfd" }, /* 304 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 305 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 305 */ { 2, TD, sys_timerfd_create, "timerfd_create" }, /* 306 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 307 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 308 */ diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h index 767de0f2..e96ef550 100644 --- a/linux/i386/syscallent.h +++ b/linux/i386/syscallent.h @@ -354,7 +354,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 321 */ { 2, TD, sys_timerfd_create, "timerfd_create"}, /* 322 */ { 1, TD, sys_eventfd, "eventfd" }, /* 323 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 324 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 324 */ { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 325 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 326 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 327 */ diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index b7add585..825e8233 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -348,7 +348,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 317 */ { 2, TD, sys_timerfd_create, "timerfd_create"}, /* 318 */ { 1, TD, sys_eventfd, "eventfd" }, /* 319 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 320 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 320 */ { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 321 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 322 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 323 */ diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h index 97c95d2c..1eeeea57 100644 --- a/linux/mips/syscallent.h +++ b/linux/mips/syscallent.h @@ -4322,7 +4322,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 4317 */ { 4, TD, sys_timerfd, "timerfd" }, /* 4318 */ { 1, TD, sys_eventfd, "eventfd" }, /* 4319 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 4320 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 4320 */ { 2, TD, sys_timerfd_create, "timerfd_create" }, /* 4321 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 4322 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 4323 */ @@ -4662,7 +4662,7 @@ { 3, TD|TS, printargs, "o32_signalfd" }, /* 4317 */ { 4, TD, printargs, "o32_timerfd" }, /* 4318 */ { 1, TD, printargs, "o32_eventfd" }, /* 4319 */ - { 6, TF, printargs, "o32_fallocate" }, /* 4320 */ + { 6, TD, printargs, "o32_fallocate" }, /* 4320 */ { 2, TD, printargs, "o32_timerfd_create" }, /* 4321 */ { 2, TD, printargs, "o32_timerfd_gettime" }, /* 4322 */ { 4, TD, printargs, "o32_timerfd_settime" }, /* 4323 */ @@ -5627,7 +5627,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 5276 */ { 0, 0, printargs, "SYS_5277" }, /* 5277 */ { 1, TD, sys_eventfd, "eventfd" }, /* 5278 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 5279 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 5279 */ { 2, TD, sys_timerfd_create, "timerfd_create" }, /* 5280 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 5281 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 5282 */ @@ -6937,7 +6937,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 6280 */ { 0, 0, printargs, "SYS_6281" }, /* 6281 */ { 1, TD, sys_eventfd, "eventfd" }, /* 6282 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 6283 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 6283 */ { 2, TD, sys_timerfd_create, "timerfd_create" }, /* 6284 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 6285 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 6286 */ @@ -7242,7 +7242,7 @@ { 3, TD|TS, printargs, "n32_signalfd" }, /* 6280 */ { 0, 0, printargs, "n32_SYS_6281" }, /* 6281 */ { 1, TD, printargs, "n32_eventfd" }, /* 6282 */ - { 6, TF, printargs, "n32_fallocate" }, /* 6283 */ + { 6, TD, printargs, "n32_fallocate" }, /* 6283 */ { 2, TD, printargs, "n32_timerfd_create" }, /* 6284 */ { 2, TD, printargs, "n32_timerfd_gettime" }, /* 6285 */ { 4, TD, printargs, "n32_timerfd_settime" }, /* 6286 */ diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index d9b8935a..4b80949e 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -337,7 +337,7 @@ { 4, TD, sys_timerfd_create, "timerfd_create" }, /* 306 */ { 1, TD, sys_eventfd, "eventfd" }, /* 307 */ { 4, TD, printargs, "sync_file_range" }, /* 308 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 309 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 309 */ { 3, 0, sys_subpage_prot, "subpage_prot" }, /* 310 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 311 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 312 */ diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index a30d342a..5a01cc32 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -342,7 +342,7 @@ { 3, 0, sys_getcpu, "getcpu" }, /* 311 */ { 5, TD, sys_epoll_pwait, "epoll_pwait" }, /* 312 */ { 2, TF, sys_utimes, "utimes" }, /* 313 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 314 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 314 */ { 4, TD|TF, sys_utimensat, "utimensat" }, /* 315 */ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 316 */ { 4, TD, sys_timerfd, "timerfd" }, /* 317 */ diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index dae816e3..75ea4cd8 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -341,7 +341,7 @@ { 3, 0, sys_getcpu, "getcpu" }, /* 311 */ { 5, TD, sys_epoll_pwait, "epoll_pwait" }, /* 312 */ { 2, TF, sys_utimes, "utimes" }, /* 313 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 314 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 314 */ { 4, TD|TF, sys_utimensat, "utimensat" }, /* 315 */ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 316 */ { 4, TD, sys_timerfd, "timerfd" }, /* 317 */ diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 60eb5a63..61b54c0d 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -356,7 +356,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 321 */ { 4, TD, sys_timerfd, "timerfd" }, /* 322 */ { 1, TD, sys_eventfd, "eventfd" }, /* 323 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 324 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 324 */ { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 325 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 326 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 327 */ diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 67780635..8423fbc9 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -380,7 +380,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 349 */ { 4, TD, sys_timerfd, "timerfd" }, /* 350 */ { 1, TD, sys_eventfd, "eventfd" }, /* 351 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 352 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 352 */ { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 353 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 354 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 355 */ diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h index d2e82702..ebaf9610 100644 --- a/linux/sparc/syscallent.h +++ b/linux/sparc/syscallent.h @@ -312,7 +312,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 311 */ { 2, TD, sys_timerfd_create, "timerfd_create"}, /* 312 */ { 1, TD, sys_eventfd, "eventfd" }, /* 313 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 314 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 314 */ { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 315 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 316 */ { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 317 */ diff --git a/linux/tile/syscallent.h b/linux/tile/syscallent.h index df4896d8..bf5fa55b 100644 --- a/linux/tile/syscallent.h +++ b/linux/tile/syscallent.h @@ -296,7 +296,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 295 */ { 2, TD, sys_timerfd_create, "timerfd_create" }, /* 296 */ { 1, TD, sys_eventfd, "eventfd" }, /* 297 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 298 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 298 */ { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 299 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 300 */ { 1, 0, printargs, "flush_cache" } /* 301 */ diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index d7a68f84..a9c812b8 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -283,7 +283,7 @@ { 3, TD|TS, sys_signalfd, "signalfd" }, /* 282 */ { 2, TD, sys_timerfd_create, "timerfd_create"}, /* 283 */ { 1, TD, sys_eventfd, "eventfd" }, /* 284 */ - { 6, TF, sys_fallocate, "fallocate" }, /* 285 */ + { 6, TD, sys_fallocate, "fallocate" }, /* 285 */ { 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 286 */ { 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 287 */ { 4, TN, sys_accept4, "accept4" }, /* 288 */ -- 2.50.1