Remove sync_file_range()

After hearing horror stories from a trusted colleague, I don't think
this is the kind of API we want to be supporting. Also SQLite wisdom
regarding fdatasync() has been added to the documentation.
This commit is contained in:
Justine Tunney 2023-11-15 23:21:22 -08:00
parent 8318d67503
commit 8f5e516b39
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
14 changed files with 8 additions and 65 deletions

View file

@ -289,7 +289,6 @@ scall sys_faccessat 0x1ce1391e921d210d 0x030 globl hidden
scall sys_unshare 0xfffffffffffff110 0x061 globl # no wrapper
scall sys_splice 0xfffffffffffff113 0x04c globl hidden # Linux 2.6.17+ (c. 2007)
scall sys_tee 0xfffffffffffff114 0x04d globl # Linux 2.6.17+; no wrapper
scall sys_sync_file_range 0xfffffffffffff115 0x054 globl hidden # Linux 2.6.17+
scall sys_vmsplice 0xfffffffffffff116 0x04b globl hidden
scall sys_migrate_pages 0xfffffffffffff100 0x0ee globl # no wrapper; numa numa yay
scall sys_move_pages 0xfffffffffffff117 0x0ef globl # no wrapper; NOTE: We view Red Hat versions as "epochs" for all distros.