4 ms·
sync will block until it completes.
by halfasleep 13y ago
sync will block until it completes.
- derekp7 13y agoBack in the day (old Unix), the sync call would return right away, and the kernel would sync in the background. Unless there was a current background sync happening -- then sync would block until the first one finished, which is why you would have two sync's in a row. The third sync was thrown in just for luck.
- deleted 13y ago[deleted]