• Jeff Brown's avatar
    Use fdatasync() to improve performance. · 3ab5bec5
    Jeff Brown authored
    Linux has a working fdatasync() so we should use it!
    This change alone improves performance by around 20% by reducing
    the number of synchronous I/O writes of irrelevant metadata
    changes.
    
    Change-Id: Iebe0c32a7e018ec0ced2347b7d62b2b7dc5aa376
    3ab5bec5
Android.mk 2.91 KB