]> granicus.if.org Git - strace/commitdiff
sync_file_range: fix number of syscall arguments
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 8 May 2013 17:03:24 +0000 (17:03 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 8 May 2013 17:03:24 +0000 (17:03 +0000)
* linux/avr32/syscallent.h: Set the number of sync_file_range arguments
to 6.
* linux/bfin/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/or1k/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Change sync_file_range to
sync_file_range2, set the number of sync_file_range2 arguments to 6.
* linux/tile/syscallent.h: Change sync_file_range to sync_file_range2,
set the number of sync_file_range2 arguments to 4.
* linux/tile/syscallent1.h: Change sync_file_range to sync_file_range2.
update handler.
* linux/xtensa/syscallent.h: Likewise.

14 files changed:
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/hppa/syscallent.h
linux/i386/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent-o32.h
linux/or1k/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/sh/syscallent.h
linux/tile/syscallent.h
linux/tile/syscallent1.h
linux/xtensa/syscallent.h

index af190aeb56fb75b3a064385c89c2ac6f28791fb8..527d11a5cbeaf1e0d2848aeee1fb08886394a90a 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list" }, /* 259 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 260 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 261 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 262 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 262 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 263 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 264 */
        { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 265 */
index b27237cf3a71811a1dbabe32e7e9d128e542d985..cc03eaf053aa485cdce790f1f8f4e6342d33c0b2 100644 (file)
        { 4,    TI,     sys_shmdt,              "shmdt"         }, /* 340 */
        { 4,    TI,     sys_shmget,             "shmget"        }, /* 341 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 342 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range"       }, /* 343 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range"       }, /* 343 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 344 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 345 */
        { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 346 */
index 242d43c389e63bdea7e7170a2d0dd3eaab782cf4..4ce2dc2091fca3d93953617ed3f999d22ededc33 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list"       }, /* 289 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list"       }, /* 290 */
        { 6,    TD,     sys_splice,             "splice"                }, /* 291 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range"       }, /* 292 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range"       }, /* 292 */
        { 4,    TD,     sys_tee,                "tee"                   }, /* 293 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"              }, /* 294 */
        { 6,    TM,     sys_move_pages,         "move_pages"            }, /* 295 */
index b10969984e015d9dbcc3a4b29b05e78f7f278fee..480a28e61f8ffc687f4e53f58ca6759a4bb5bcea 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list" }, /* 311 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 312 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 313 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 314 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 314 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 315 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 316 */
        { 6,    TM,     sys_move_pages,         "move_pages"    }, /* 317 */
index a7ba6e389d62f1f90a3a278b41b9590617ebea23..d3eec794bf8a5fe2f46ff21b95455f44adc4bb99 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list" }, /* 304 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 305 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 306 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 307 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 307 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 308 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 309 */
        { 6,    TM,     sys_move_pages,         "move_pages"    }, /* 310 */
index 35a804cd19ca6db89396ed05962bdd5c43ac60ab..22b69c48adc7ed75844cb5aa26b1a00699900da6 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list"       }, /* 311 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list"       }, /* 312 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 313 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range"}, /* 314 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range"}, /* 314 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 315 */
        { 5,    TD,     sys_vmsplice,           "vmsplice"      }, /* 316 */
        { 6,    TM,     sys_move_pages,         "move_pages"    }, /* 317 */
index 5e6a2429e7d7b5b0bd4cf64de8b344fefb8cbddf..baca92f30db23081a060d43ce4a4a8d46806b102 100644 (file)
        { 5,    TD,     sys_ppoll,              "ppoll"         }, /* 4302 */
        { 1,    TP,     sys_unshare,            "unshare"       }, /* 4303 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 4304 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 4305 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 4305 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 4306 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 4307 */
        { 6,    TM,     sys_move_pages,         "move_pages"    }, /* 4308 */
index 697803d52053311774accb39e5aa49fed86225eb..d1122126f7234ad77ad78152baa98110d6a31e4d 100644 (file)
@@ -82,7 +82,7 @@
        { 0,    0,      sys_sync,                       "sync"                  }, /* 81 */
        { 1,    TD,     sys_fsync,                      "fsync"                 }, /* 82 */
        { 1,    TD,     sys_fdatasync,                  "fdatasync"             }, /* 83 */
-       { 4,    TD,     sys_sync_file_range,            "sync_file_range"       }, /* 84 */
+       { 6,    TD,     sys_sync_file_range,            "sync_file_range"       }, /* 84 */
        { 2,    TD,     sys_timerfd_create,             "timerfd_create"        }, /* 85 */
        { 4,    TD,     sys_timerfd_settime,            "timerfd_settime"       }, /* 86 */
        { 2,    TD,     sys_timerfd_gettime,            "timerfd_gettime"       }, /* 87 */
index 6174900b6b9a215a5614aa5e7289c3d6812aaf6d..d84a8f4825df9081621da7bf933d0e16f0de6979 100644 (file)
        { 3,    TD|TS,  sys_signalfd,           "signalfd"              }, /* 305 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create"        }, /* 306 */
        { 1,    TD,     sys_eventfd,            "eventfd"               }, /* 307 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range"       }, /* 308 */
+       { 6,    TD,     sys_sync_file_range2,   "sync_file_range2"      }, /* 308 */
        { 6,    TD,     sys_fallocate,          "fallocate"             }, /* 309 */
        { 3,    0,      sys_subpage_prot,       "subpage_prot"          }, /* 310 */
        { 4,    TD,     sys_timerfd_settime,    "timerfd_settime"       }, /* 311 */
index 418711e2110457a8206d4348ea4dc89fa9e5617a..719029f4e3afabe929e2204d5b60075f1b7d7a62 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list" }, /* 304 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 305 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 306 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 307 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 307 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 308 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 309 */
        { 6,    TM,     sys_move_pages,         "move_pages"    }, /* 310 */
index 0189ddbc2b264ca6d8872e7b25318b4fc6e01b79..b51fc6ff594e9a41e5ba1c18f7ff1315c1d76e88 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list"}, /* 311 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list"}, /* 312 */
        { 6,    TD,     sys_splice,             "splice"        }, /* 313 */
-       { 4,    TD,     sys_sync_file_range,    "sync_file_range"}, /* 314 */
+       { 6,    TD,     sys_sync_file_range,    "sync_file_range"}, /* 314 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 315 */
        { 5,    TD,     sys_vmsplice,           "vmsplice"      }, /* 316 */
        { 6,    TM,     sys_move_pages,         "move_pages"    }, /* 317 */
index 6847d144d3d938e52f0bf64139a40a119032101b..a06933426f8b6c4c9c488e949f7c761a158fe361 100644 (file)
@@ -82,7 +82,7 @@
        { 0,    0,      sys_sync,                       "sync"                          }, /*   81 */
        { 1,    TD,     sys_fsync,                      "fsync"                         }, /*   82 */
        { 1,    TD,     sys_fdatasync,                  "fdatasync"                     }, /*   83 */
-       { 6,    TD,     sys_sync_file_range,            "sync_file_range"               }, /*   84 */
+       { 4,    TD,     sys_sync_file_range2,           "sync_file_range2"              }, /*   84 */
        { 2,    TD,     sys_timerfd_create,             "timerfd_create"                }, /*   85 */
        { 4,    TD,     sys_timerfd_settime,            "timerfd_settime"               }, /*   86 */
        { 2,    TD,     sys_timerfd_gettime,            "timerfd_gettime"               }, /*   87 */
index 1c11c8eca23908937a963c72ff5c1bd78fec290d..9f205218c7baf52741612e4a3d2383c38a4b4eb2 100644 (file)
@@ -82,7 +82,7 @@
        { 0,    0,      sys_sync,                       "sync"                          }, /*   81 */
        { 1,    TD,     sys_fsync,                      "fsync"                         }, /*   82 */
        { 1,    TD,     sys_fdatasync,                  "fdatasync"                     }, /*   83 */
-       { 6,    TD,     sys_sync_file_range,            "sync_file_range"               }, /*   84 */
+       { 6,    TD,     sys_sync_file_range2,           "sync_file_range2"              }, /*   84 */
        { 2,    TD,     sys_timerfd_create,             "timerfd_create"                }, /*   85 */
        { 4,    TD,     sys_timerfd_settime,            "timerfd_settime"               }, /*   86 */
        { 2,    TD,     sys_timerfd_gettime,            "timerfd_gettime"               }, /*   87 */
index ba9430d50a773fde9509317403048f7c91a3f3d8..62cb40d13d62aadf9a9f700d81be299130bfcabb 100644 (file)
        { 6,    0,      sys_process_vm_writev,  "process_vm_writev"}, /* 323 */
        { 5,    TD|TF,  sys_name_to_handle_at,  "name_to_handle_at"}, /* 324 */
        { 3,    TD,     sys_open_by_handle_at,  "open_by_handle_at"}, /* 325 */
-       { 6,    TD,     sys_sync_file_range,    "sync_file_range"}, /* 326 */
+       { 6,    TD,     sys_sync_file_range2,   "sync_file_range2"}, /* 326 */
        { 5,    TD,     sys_perf_event_open,    "perf_event_open"}, /* 327 */
        { 4,    TP|TS,  sys_rt_tgsigqueueinfo,  "rt_tgsigqueueinfo"}, /* 328 */
        { 2,    0,      sys_clock_adjtime,      "clock_adjtime" }, /* 329 */