The idea of syncing with fd with MAP_SHARED is not very smart - implement a way to allow late sync op if file is open in R/W Currently: ``` , m == F_RW ? MAP_SHARED : MAP_PRIVATE ``` Also when not syncing, need to provide interface to sync when all is done