]> granicus.if.org Git - strace/commitdiff
Fix flags of fallocate sysentries
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Feb 2011 20:17:00 +0000 (20:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Feb 2011 20:17:00 +0000 (20:17 +0000)
* linux/*/syscallent.h: Fix sys_fallocate flags.

15 files changed:
linux/alpha/syscallent.h
linux/arm/syscallent.h
linux/bfin/syscallent.h
linux/hppa/syscallent.h
linux/i386/syscallent.h
linux/m68k/syscallent.h
linux/mips/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/tile/syscallent.h
linux/x86_64/syscallent.h

index e13862c4a2bceeff0c58f85c97422aa9a07723b3..a0828cc32cebb50eb69696eda93c95e57304e204 100644 (file)
        { 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 */
index daf53e9a56bfd35b7aaa68d5e1db24efa11cc7e5..6aec02b272b623a7af33958652b1ea9d1b538b14 100644 (file)
        { 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 */
index 0550aa5766f3cfb4fd994dcb4f54c8565b897bfc..209e58f79a50053dd09bc177c21f76b851ba3bcf 100644 (file)
        { 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 */
index 542425a6adb881eef9872dd58b3bb1897284319d..8f20bc0aefc8947cf773fb63d9809234b6a13c4b 100644 (file)
        { 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 */
index 767de0f22df475ab1d91d849b8580e62287751d6..e96ef550cc4846c7dbc7074e7826935bf6e6fbf6 100644 (file)
        { 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 */
index b7add585087e8789439a04e52fdc4f9d469ef4a8..825e8233986c01eab97ea1ae5492d4e49c253932 100644 (file)
        { 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 */
index 97c95d2c1c4c4821031490be9d2f084394149a3b..1eeeea5742052cdceb29e2b9e2e4c5dada4c7929 100644 (file)
        { 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 */
        { 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 */
        { 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 */
        { 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 */
        { 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 */
index d9b8935a18962b4933a9b59449e85425ef51b4fd..4b80949e920a4f0ecbd788934e7451c404b7de2d 100644 (file)
        { 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 */
index a30d342aec558e765fac210df60666986c29203e..5a01cc32e55f2d04183a0860d6faaeb1d985a31c 100644 (file)
        { 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 */
index dae816e35358216fd149352fd50455134227b8f8..75ea4cd85791b0aaaacfb8266c36569df5ebda06 100644 (file)
        { 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 */
index 60eb5a6332af189c86a866f77469705993e20b2f..61b54c0d31e0a0d65c166c78e48e624a2693770e 100644 (file)
        { 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 */
index 67780635249e68b4814ecdfcbe67139019a0a331..8423fbc985c3fa2dc3632a9d2439aabc6e5a81bf 100644 (file)
        { 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 */
index d2e82702af2678571eadee4e19a36ea386580aca..ebaf9610fbdaf638e9289ceb1144c01f76d9a0ab 100644 (file)
        { 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 */
index df4896d88690c341c1eef9c2befd8772a325ee9f..bf5fa55b681e98a71c93e326a6d59151e707fea7 100644 (file)
        { 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 */
index d7a68f84ed2bfc6054176c89ad7ef3c9de658e9c..a9c812b8fed669c4616e3254ba4428ad055e391b 100644 (file)
        { 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 */