]> Sergey Matveev's repositories - public-inbox.git/commit
index+xcpdb: rename `--no-sync' to `--no-fsync'
authorEric Wong <e@yhbt.net>
Fri, 7 Aug 2020 01:14:06 +0000 (01:14 +0000)
committerEric Wong <e@yhbt.net>
Fri, 7 Aug 2020 23:45:39 +0000 (23:45 +0000)
commit8b1950055d51d4360e596446e5ac0f41008e357d
tree2fb3195c07e82a62e96bc3841a2f5dbd7da602d6
parent99def67b86c4d270e8cfda4d1fad418291b6f3a4
index+xcpdb: rename `--no-sync' to `--no-fsync'

We'll continue supporting `--no-sync' even if its yet-to-make it
it into a release, but the term `sync' is overloaded in our
codebase which may be confusing to new hackers and users.

None of our our code nor dependencies issue the sync(2) syscall,
either, only fsync(2) and fdatasync(2).
Documentation/public-inbox-index.pod
Documentation/public-inbox-xcpdb.pod
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
lib/PublicInbox/Xapcmd.pm
script/public-inbox-index